git: edbd9c3c32c0 - stable/14 - release: update __FreeBSD_version after branching releng/14.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Sep 2023 00:07:07 UTC
The branch stable/14 has been updated by gjb:
URL: https://cgit.FreeBSD.org/src/commit/?id=edbd9c3c32c047820218279613b277adfb80d0ce
commit edbd9c3c32c047820218279613b277adfb80d0ce
Author: Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2023-09-08 00:06:07 +0000
Commit: Glen Barber <gjb@FreeBSD.org>
CommitDate: 2023-09-08 00:06:07 +0000
release: update __FreeBSD_version after branching releng/14.0
Rename from ALPHA to STABLE following the branch.
Approved by: re (implicit)
Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd
Sponsored by: PayPal https://paypal.me/gjbbsd
---
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 efd3afa16515..d9bccdfdf191 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.0"
-BRANCH="ALPHA4"
+BRANCH="STABLE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 9a1ae2e2d8d4..e47588c7b879 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400097
+#define __FreeBSD_version 1400500
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,