mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
c4d0e1f621
commit
7b082bdf72
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
TYPE="FreeBSD"
|
||||
REVISION="14.1"
|
||||
BRANCH="PRERELEASE"
|
||||
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 1400511
|
||||
#define __FreeBSD_version 1401500
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue