release: update __FreeBSD_version after branching releng/14.0

Rename from ALPHA to STABLE following the branch.

Approved by:	re (implicit)
Sponsored by:	GoFundMe https://www.gofundme.com/f/gjbbsd
Sponsored by:	PayPal https://paypal.me/gjbbsd
This commit is contained in:
Glen Barber 2023-09-07 20:06:07 -04:00
parent dde83fc4d2
commit edbd9c3c32
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.0"
BRANCH="ALPHA4"
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 1400097
#define __FreeBSD_version 1400500
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,