git: 9b0319f78a9c - stable/13 - Post-13.3-branch updates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Feb 2024 00:07:35 UTC
The branch stable/13 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=9b0319f78a9cea7e2f422778a0bff978588a2ed2 commit 9b0319f78a9cea7e2f422778a0bff978588a2ed2 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-02-02 00:07:16 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-02-02 00:07:16 +0000 Post-13.3-branch updates Rename stable/13 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 9b2511c4ab16..bdda58fae469 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="13.3" -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 d5f5992c4a47..be58e408b5ad 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -59,7 +59,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1302512 /* Master, propagated to newvers */ +#define __FreeBSD_version 1303500 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,