git: 567cb65a378f - stable/14 - Post-14.4-branch updates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Feb 2026 00:05:26 UTC
The branch stable/14 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=567cb65a378f36caba79672fd72c961b2c99a132
commit 567cb65a378f36caba79672fd72c961b2c99a132
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-02-06 00:00:00 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-02-06 00:00:00 +0000
Post-14.4-branch updates
Rename stable/14 to -STABLE
Bump __FreeBSD_version
Approved by: re (implicit)
Sponsored by: OpenSats Initiative
---
sys/conf/newvers.sh | 2 +-
sys/sys/param.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index a4b3980168cd..e90e1ef79902 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.4"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 03aa6059190a..6930e3387246 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1403508
+#define __FreeBSD_version 1404500
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,