mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
14.2: Update stable/14 to -PRERELEASE
This marks the start of the FreeBSD 14.2 release cycle; the stable/14 tree is now in "code slush". Developers are encouraged to prioritize fixing bugs (and/or merging bug fixes from HEAD) over new features at this time. Commit approval from re@ is not required but if new features introduce problems they may be removed from the release. Approved by: re (implicit) Sponsored by: Amazon
This commit is contained in:
parent
14c22e28e4
commit
e38b4c031c
2 changed files with 3 additions and 3 deletions
|
|
@ -52,8 +52,8 @@
|
|||
#
|
||||
|
||||
TYPE="FreeBSD"
|
||||
REVISION="14.1"
|
||||
BRANCH="STABLE"
|
||||
REVISION="14.2"
|
||||
BRANCH="PRERELEASE"
|
||||
if [ -n "${BRANCH_OVERRIDE}" ]; then
|
||||
BRANCH=${BRANCH_OVERRIDE}
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
/* #undef STDC_NORETURN */
|
||||
|
||||
/* Define to the system name. */
|
||||
#define SYSTEM_NAME "freebsd14.1"
|
||||
#define SYSTEM_NAME "freebsd14.2"
|
||||
|
||||
/* "Define to 1 if you want to use dbmalloc for testing." */
|
||||
/* #undef USE_DBMALLOC */
|
||||
|
|
|
|||
Loading…
Reference in a new issue