git: 115ac9a76512 - releng/14.0 - release: branch releng/14.0, set to BETA1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Sep 2023 00:04:04 UTC
The branch releng/14.0 has been created by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=115ac9a765122f478b9fdb912a7c817ace10257b commit 115ac9a765122f478b9fdb912a7c817ace10257b Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2023-09-08 00:03:24 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2023-09-08 00:03:24 +0000 release: branch releng/14.0, set to BETA1 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 efd3afa16515..81c35d40f6a3 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="ALPHA4" +BRANCH="BETA1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi