git: aab2bfc1274f - releng/12.3 - 12.3: update to BETA3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Nov 2021 01:07:30 UTC
The branch releng/12.3 has been updated by gjb:
URL: https://cgit.FreeBSD.org/src/commit/?id=aab2bfc1274f4eebefac44f86cc7ee79bf5121a8
commit aab2bfc1274f4eebefac44f86cc7ee79bf5121a8
Author: Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2021-11-04 01:07:01 +0000
Commit: Glen Barber <gjb@FreeBSD.org>
CommitDate: 2021-11-04 01:07:01 +0000
12.3: update to BETA3
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
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 b4ca2d22d495..5a8f7e6432c5 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.3"
-BRANCH="BETA2"
+BRANCH="BETA3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi