git: b15f726dfe60 - stable/15 - Post-15.0-branch updates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Oct 2025 23:59:09 UTC
The branch stable/15 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=b15f726dfe60b436bb92876f8f0a1238641fee76 commit b15f726dfe60b436bb92876f8f0a1238641fee76 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-10-09 23:59:00 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-10-09 23:59:00 +0000 Post-15.0-branch updates Rename stable/15 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 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,