Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2022 00:11:48 GMT
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 08523c8c63bb - stable/13 - Rename stable/13 to -STABLE now that releng/13.1 has branched
Message-ID:  <202203100011.22A0BmNH031705@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gjb:

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

commit 08523c8c63bbcdcd3f0d36787a544817cb5b8282
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2022-03-10 00:11:29 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2022-03-10 00:11:29 +0000

    Rename stable/13 to -STABLE now that releng/13.1 has branched
    
    Bump __FreeBSD_version
    
    Approved by:    re (implicit)
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/conf/newvers.sh | 2 +-
 sys/sys/param.h     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 045eb7da4805..0dfb0a455e55 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.1"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 1d2f1154e655..9418333faaa3 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300527	/* Master, propagated to newvers */
+#define __FreeBSD_version 1301500	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203100011.22A0BmNH031705>