aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2022-03-10 00:11:29 +0000
committerGlen Barber <gjb@FreeBSD.org>2022-03-10 00:11:29 +0000
commit08523c8c63bbcdcd3f0d36787a544817cb5b8282 (patch)
tree10263fedcee68471f379c81d858c3716a915fb88
parent8824cbace389c440394bb9ea6c127d0f8f85538b (diff)
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")
-rw-r--r--sys/conf/newvers.sh2
-rw-r--r--sys/sys/param.h2
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,