git: 4c3f144478d4 - stable/14 - release: update stable/14 to ALPHA4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Sep 2023 00:01:14 UTC
The branch stable/14 has been updated by gjb:
URL: https://cgit.FreeBSD.org/src/commit/?id=4c3f144478d4e7ab00258042db6365caedbffef3
commit 4c3f144478d4e7ab00258042db6365caedbffef3
Author: Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2023-08-31 23:57:10 +0000
Commit: Glen Barber <gjb@FreeBSD.org>
CommitDate: 2023-08-31 23:57:10 +0000
release: update stable/14 to ALPHA4
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 401ff0e50edb..efd3afa16515 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.0"
-BRANCH="ALPHA3"
+BRANCH="ALPHA4"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi