git: ec2fbe4b1ecd - releng/13.1 - 13.1: update to RC3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 01:15:53 UTC
The branch releng/13.1 has been updated by gjb:
URL: https://cgit.FreeBSD.org/src/commit/?id=ec2fbe4b1ecdad9f93db397156759e437ed75240
commit ec2fbe4b1ecdad9f93db397156759e437ed75240
Author: Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2022-04-14 01:15:25 +0000
Commit: Glen Barber <gjb@FreeBSD.org>
CommitDate: 2022-04-14 01:15:25 +0000
13.1: update to RC3
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 c4b969e4e8f6..a018c3261c4e 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.1"
-BRANCH="RC2"
+BRANCH="RC3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi