The branch releng/13.1 has been updated by gjb:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=283d1b98251b7ff1e53b43d3f0264c2a087f207b

commit 283d1b98251b7ff1e53b43d3f0264c2a087f207b
Author:     Glen Barber <[email protected]>
AuthorDate: 2022-04-21 00:10:33 +0000
Commit:     Glen Barber <[email protected]>
CommitDate: 2022-04-21 00:10:33 +0000

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

Reply via email to