git: 136fc495615f - main - release: update main to ALPHA1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Aug 2023 00:02:33 UTC
The branch main has been updated by gjb:
URL: https://cgit.FreeBSD.org/src/commit/?id=136fc495615f6d5cf7fb2284aff56c59a64a58b6
commit 136fc495615f6d5cf7fb2284aff56c59a64a58b6
Author: Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2023-08-11 00:02:11 +0000
Commit: Glen Barber <gjb@FreeBSD.org>
CommitDate: 2023-08-11 00:02:11 +0000
release: update main to ALPHA1
Update CURRENT to ALPHA1 as part of the 14.0-RELEASE cycle.
Approved by: re (implicit)
Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd
Sponsored by: PayPal https://paypal.me/gjbbsd
---
sys/conf/newvers.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e21b3f5ce2e2..f05e6d0a2481 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="14.0"
-BRANCH="CURRENT"
+BRANCH="ALPHA1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi