aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2026-07-24 00:00:00 +0000
committerColin Percival <cperciva@FreeBSD.org>2026-07-24 00:00:00 +0000
commit0d009397bf482109db4b6ca9350a0cd6060200f4 (patch)
tree17510b886535b6b8a78216afa28c0ee1f5fd7ead
parentfc759cca5090840d1fc1fa3825f0dc32f28669ef (diff)
14.5: Update stable/14 to -PRERELEASE
This marks the start of the FreeBSD 14.5 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: OpenSats Initiative
-rw-r--r--sys/conf/newvers.sh4
-rw-r--r--usr.bin/yacc/config.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 5b5e390228f7..6f3cf56042d4 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -52,8 +52,8 @@
#
TYPE="FreeBSD"
-REVISION="14.4"
-BRANCH="STABLE"
+REVISION="14.5"
+BRANCH="PRERELEASE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
diff --git a/usr.bin/yacc/config.h b/usr.bin/yacc/config.h
index c4c079c18cb9..83062903d95e 100644
--- a/usr.bin/yacc/config.h
+++ b/usr.bin/yacc/config.h
@@ -92,7 +92,7 @@
/* #undef STDC_NORETURN */
/* Define to the system name. */
-#define SYSTEM_NAME "freebsd14.4"
+#define SYSTEM_NAME "freebsd14.5"
/* "Define to 1 if you want to use dbmalloc for testing." */
/* #undef USE_DBMALLOC */