Post-14.2-branch updates

Rename stable/14 to -STABLE

Bump __FreeBSD_version

Approved by:	re (implicit)
Sponsored by:	Amazon
This commit is contained in:
Colin Percival 2024-10-31 17:03:16 -07:00
parent 44ef88398e
commit 4e8444d575
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.2"
BRANCH="PRERELEASE"
BRANCH="STABLE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi

View file

@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1401503
#define __FreeBSD_version 1402500
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,