aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2026-01-23 07:53:55 +0000
committerColin Percival <cperciva@FreeBSD.org>2026-01-23 07:53:55 +0000
commitf5ea3d46d600c290752a4ebd8a5f8282d9b4887a (patch)
tree15429a22cba6a758304c97a2922b249dd92e30da
parent631d6cc0275c301bff27aa507a0d8922619d88cc (diff)
14.4: Update stable/14 to -PRERELEASE
This marks the start of the FreeBSD 14.4 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 13f6c2de9bde..a4b3980168cd 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -52,8 +52,8 @@
#
TYPE="FreeBSD"
-REVISION="14.3"
-BRANCH="STABLE"
+REVISION="14.4"
+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 b9cc6d4df057..c4c079c18cb9 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.3"
+#define SYSTEM_NAME "freebsd14.4"
/* "Define to 1 if you want to use dbmalloc for testing." */
/* #undef USE_DBMALLOC */