git: 3d544e6b0bc4 - stable/13 - Rename stable/13 to -STABLE now that releng/13.0 has branched

Glen Barber gjb at FreeBSD.org
Fri Feb 5 00:02:28 UTC 2021


The branch stable/13 has been updated by gjb:

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

commit 3d544e6b0bc4000c0a485d84c95ed2b699916f3a
Author:     Glen Barber <gjb at FreeBSD.org>
AuthorDate: 2021-02-05 00:02:14 +0000
Commit:     Glen Barber <gjb at FreeBSD.org>
CommitDate: 2021-02-05 00:02:14 +0000

    Rename stable/13 to -STABLE now that releng/13.0 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 12d4daa771be..0b5b76847320 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.0"
-BRANCH="ALPHA3"
+BRANCH="STABLE"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi
diff --git a/sys/sys/param.h b/sys/sys/param.h
index a19091e17167..497832e1ba15 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 1300139	/* Master, propagated to newvers */
+#define __FreeBSD_version 1305000	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the dev-commits-src-branches mailing list