mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
dde83fc4d2
commit
edbd9c3c32
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
TYPE="FreeBSD"
|
||||
REVISION="14.0"
|
||||
BRANCH="ALPHA4"
|
||||
BRANCH="STABLE"
|
||||
if [ -n "${BRANCH_OVERRIDE}" ]; then
|
||||
BRANCH=${BRANCH_OVERRIDE}
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue