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:
Colin Percival 2024-10-17 17:07:44 -07:00
parent 14c22e28e4
commit e38b4c031c
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 */