git: c243de11cf7c - stable/13 - Post-13.2-branch updates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Feb 2023 00:39:31 UTC
The branch stable/13 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=c243de11cf7c4bb3d67bbc1655b149037e5b04f1
commit c243de11cf7c4bb3d67bbc1655b149037e5b04f1
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2023-02-10 00:38:08 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2023-02-10 00:38:08 +0000
Post-13.2-branch updates
Rename stable/13 to -STABLE
Bump __FreeBSD_version
Approved by: re (implicit)
Sponsored by: https://www.patreon.com/cperciva
---
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 14315302ed2d..78246789ae55 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.2"
-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 4d1f940af760..2fa6e9df4fca 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 1301511 /* Master, propagated to newvers */
+#define __FreeBSD_version 1302500 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,