aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2023-08-18 00:08:32 +0000
committerGlen Barber <gjb@FreeBSD.org>2023-08-18 00:08:32 +0000
commit77013f29d04806b72668615e701978b19cb96097 (patch)
tree62269db7143b517abb2f91e5624da09161781380
parentfa5f94140a83b4704c654ababd67cd9addb7cd29 (diff)
downloadsrc-77013f29d04806b72668615e701978b19cb96097.tar.gz
src-77013f29d04806b72668615e701978b19cb96097.zip
release: update main to ALPHA2
Due to an issue being investigated, the branch of stable/14 will be delayed a week. This should not impact the rest of the schedule for this cycle. Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd Sponsored by: PayPal https://paypal.me/gjbbsd
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 43ccf383678b..fcdfadcad175 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.0"
-BRANCH="ALPHA1"
+BRANCH="ALPHA2"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi