git: 4702f6ab1514 - stable/15 - Post-15.1-branch updates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 May 2026 00:01:01 UTC
The branch stable/15 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=4702f6ab1514335088a849f9f47a3e95e3724a2d
commit 4702f6ab1514335088a849f9f47a3e95e3724a2d
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-05-01 00:00:00 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-05-01 00:00:00 +0000
Post-15.1-branch updates
Rename stable/15 to -STABLE
Bump __FreeBSD_version
Approved by: re (implicit)
Sponsored by: OpenSats Initiative
---
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 960c7692a5c5..7ce82a1af9f8 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.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 1ae6681ace9c..a636587e7536 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 1500509
+#define __FreeBSD_version 1501500
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,