The branch releng/13.1 has been updated by gjb:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=2e9ad6042bef1c474fd99f57001fd76c7f17fc53

commit 2e9ad6042bef1c474fd99f57001fd76c7f17fc53
Author:     Glen Barber <g...@freebsd.org>
AuthorDate: 2022-04-28 00:06:34 +0000
Commit:     Glen Barber <g...@freebsd.org>
CommitDate: 2022-04-28 00:06:34 +0000

    13.1: Update to RC5
    
    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 51ca41db3b70..312a01a4941b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.1"
-BRANCH="RC4"
+BRANCH="RC5"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi

Reply via email to