git: 76cbfe08b42d - releng/12.3 - 12.3: update to RC1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Nov 2021 00:02:14 UTC
The branch releng/12.3 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=76cbfe08b42dc27b03eeb929a7df22bef4540c60 commit 76cbfe08b42dc27b03eeb929a7df22bef4540c60 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2021-11-11 00:01:38 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2021-11-11 00:01:38 +0000 12.3: 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 5a8f7e6432c5..b6c4ba9491e6 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.3" -BRANCH="BETA3" +BRANCH="RC1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi