From 136fc495615f6d5cf7fb2284aff56c59a64a58b6 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Thu, 10 Aug 2023 20:02:11 -0400 Subject: [PATCH] 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