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