Post-14.1-branch updates

Rename stable/14 to -STABLE

Bump __FreeBSD_version

Approved by:	re (implicit)
Sponsored by:	https://www.patreon.com/cperciva
This commit is contained in:
Colin Percival 2024-05-02 23:16:57 -07:00
parent c4d0e1f621
commit 7b082bdf72
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.1"
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 1400511
#define __FreeBSD_version 1401500
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,