git: c2e15a08fd97 - releng/13.1 - 13.1: update to RC2

From: Glen Barber <gjb_at_FreeBSD.org>
Date: Thu, 07 Apr 2022 00:07:29 UTC
The branch releng/13.1 has been updated by gjb:

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

commit c2e15a08fd9796549117cc89853db7c71c16453f
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2022-04-07 00:07:08 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2022-04-07 00:07:08 +0000

    13.1: update to RC2
    
    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 05840388ea4c..c4b969e4e8f6 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.1"
-BRANCH="RC1-p1"
+BRANCH="RC2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi