git: dfd44f2f0143 - releng/14.0 - release: update to BETA2 as part of the 14.0-RELEASE cycle
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Sep 2023 00:00:47 UTC
The branch releng/14.0 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=dfd44f2f0143e8f0e1c20392dcae776bb0a7962d commit dfd44f2f0143e8f0e1c20392dcae776bb0a7962d Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2023-09-15 00:00:23 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2023-09-15 00:00:23 +0000 release: update to BETA2 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 9c894c4587da..3dd497412d17 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="BETA1" +BRANCH="BETA2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi