aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2024-05-03 06:16:57 +0000
committerColin Percival <cperciva@FreeBSD.org>2024-05-03 06:16:57 +0000
commit7b082bdf72e65f94b9b17d9fa1d0c1c202e4eb49 (patch)
treebce1688347b79469b3d2cd6a60e591675862b33f
parentc4d0e1f6214d2a072654f641f81b3eee71a699f2 (diff)
Post-14.1-branch updates
Rename stable/14 to -STABLE Bump __FreeBSD_version Approved by: re (implicit) Sponsored by: https://www.patreon.com/cperciva
-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 144584e90147..d5ea53664606 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.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 46f0cf211cff..bc22f975991b 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400511
+#define __FreeBSD_version 1401500
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,