aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2024-11-01 00:03:16 +0000
committerColin Percival <cperciva@FreeBSD.org>2024-11-01 00:03:16 +0000
commit4e8444d5750a5d9da9c812e8f6caf6d62862be0a (patch)
tree7afc3ad924651e0384e9d0596efecd7dc3097390
parent44ef88398e57b7c0b7893dfefb26f9c71ae0bd05 (diff)
Post-14.2-branch updates
Rename stable/14 to -STABLE Bump __FreeBSD_version Approved by: re (implicit) Sponsored by: Amazon
-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 9176ee00e9e3..c77c3818c566 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.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 a900131fe8ec..926485f34572 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 1401503
+#define __FreeBSD_version 1402500
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,