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