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:
Colin Percival 2024-04-18 19:49:36 -07:00
parent 954bb76421
commit 7a2c2599a7
2 changed files with 3 additions and 3 deletions

View file

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

View file

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