Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 00:48:26 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: f2900e784cb0 - stable/12 - 12.3: rename stable/12 to -STABLE
Message-ID:  <202110210048.19L0mQG6068740@gitrepo.freebsd.org>

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

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

commit f2900e784cb024e55ec0f5cd6834af5fadcb9f9a
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2021-10-21 00:48:09 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2021-10-21 00:48:09 +0000

    12.3: rename stable/12 to -STABLE
    
    Bump __FreeBSD_version while here
    
    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 75a68fddfaf9..751d395ad519 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.3"
-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 eea35ca6f893..2bfe64db455a 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 1202508	/* Master, propagated to newvers */
+#define __FreeBSD_version 1203500	/* 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?202110210048.19L0mQG6068740>