git: 6fe290015737 - releng/13.1 - 13.1: update to RC1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Mar 2022 00:18:02 UTC
The branch releng/13.1 has been updated by gjb:
URL: https://cgit.FreeBSD.org/src/commit/?id=6fe290015737d38580dda2091e5a9f8d3f618e2b
commit 6fe290015737d38580dda2091e5a9f8d3f618e2b
Author: Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2022-03-31 00:17:39 +0000
Commit: Glen Barber <gjb@FreeBSD.org>
CommitDate: 2022-03-31 00:17:39 +0000
13.1: 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 48b202ac252e..e17b4b9cc290 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.1"
-BRANCH="BETA3"
+BRANCH="RC1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi