diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2025-05-02 00:00:00 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-05-02 00:00:00 +0000 |
| commit | 61bcd8183104bcae6fa9e3db460a15dc15c1600a (patch) | |
| tree | 49b0b9b434b751f694039b9e97a95aec252e6abc | |
| parent | ad1f2e80c8324716e80aa9d2955f42e68cc66308 (diff) | |
Post-14.3-branch updates
Rename stable/14 to -STABLE
Bump __FreeBSD_version
Approved by: re (implicit)
Sponsored by: Amazon
| -rw-r--r-- | sys/conf/newvers.sh | 2 | ||||
| -rw-r--r-- | 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 b7feacb90152..f93be1990cf1 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.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 954e18cb48cf..6d83f378d318 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 1402505 +#define __FreeBSD_version 1403500 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |
