git: 5f6e6bef15df - releng/12.3 - 12.3: Update to BETA2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Oct 2021 00:01:09 UTC
The branch releng/12.3 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=5f6e6bef15dfe242a64e7f98ad5f53c7b0dd74e4 commit 5f6e6bef15dfe242a64e7f98ad5f53c7b0dd74e4 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2021-10-28 00:00:45 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2021-10-28 00:00:45 +0000 12.3: Update to BETA2 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 1e65930884c0..b4ca2d22d495 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.3" -BRANCH="BETA1" +BRANCH="BETA2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi