aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2025-10-09 23:59:00 +0000
committerColin Percival <cperciva@FreeBSD.org>2025-10-09 23:59:00 +0000
commitb15f726dfe60b436bb92876f8f0a1238641fee76 (patch)
treeb67c4d03615d86a851a7ec5bf8d78e390a6bbbc1
parent2a6c17544e00b2f1a081bab501c079e5d70aa74c (diff)
Post-15.0-branch updates
Rename stable/15 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 0b9080f43fdc..4b72cebf093b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.0"
-BRANCH="ALPHA5"
+BRANCH="STABLE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
diff --git a/sys/sys/param.h b/sys/sys/param.h
index aa1d4fe36ae5..631928098f54 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -74,7 +74,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500066
+#define __FreeBSD_version 1500500
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,