mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
14.1: update stable/14 to -PRERELEASE
This marks the start of the FreeBSD 14.1 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)
This commit is contained in:
parent
954bb76421
commit
7a2c2599a7
2 changed files with 3 additions and 3 deletions
|
|
@ -52,8 +52,8 @@
|
|||
#
|
||||
|
||||
TYPE="FreeBSD"
|
||||
REVISION="14.0"
|
||||
BRANCH="STABLE"
|
||||
REVISION="14.1"
|
||||
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.0"
|
||||
#define SYSTEM_NAME "freebsd14.1"
|
||||
|
||||
/* "Define to 1 if you want to use dbmalloc for testing." */
|
||||
/* #undef USE_DBMALLOC */
|
||||
|
|
|
|||
Loading…
Reference in a new issue