git: 88358b6dcbe4 - releng/13.1 - 13.1: update to BETA2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Mar 2022 00:07:00 UTC
The branch releng/13.1 has been updated by gjb:
URL: https://cgit.FreeBSD.org/src/commit/?id=88358b6dcbe490f2aca5b95e7ae21218f3532a26
commit 88358b6dcbe490f2aca5b95e7ae21218f3532a26
Author: Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2022-03-17 00:06:38 +0000
Commit: Glen Barber <gjb@FreeBSD.org>
CommitDate: 2022-03-17 00:06:38 +0000
13.1: 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 eadb0ca45a55..2e6c6f940939 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.1"
-BRANCH="BETA1"
+BRANCH="BETA2"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi