git: 3cef626d8e1b - releng/12.4 - 12.4: update to RC1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Nov 2022 00:06:39 UTC
The branch releng/12.4 has been updated by gjb:
URL: https://cgit.FreeBSD.org/src/commit/?id=3cef626d8e1bd844fd0822aa11989c20e37949a0
commit 3cef626d8e1bd844fd0822aa11989c20e37949a0
Author: Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2022-11-04 00:06:17 +0000
Commit: Glen Barber <gjb@FreeBSD.org>
CommitDate: 2022-11-04 00:06:17 +0000
12.4: update to RC1
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 35ffdff88590..09516ae7551d 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.4"
-BRANCH="BETA1"
+BRANCH="RC1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi