git: 77064cddb948 - stable/13 - Post-13.4-branch updates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Aug 2024 00:08:19 UTC
The branch stable/13 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=77064cddb94875dc8d9693a93ac25019b7f62c59
commit 77064cddb94875dc8d9693a93ac25019b7f62c59
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-08-02 00:07:12 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-08-02 00:07:12 +0000
Post-13.4-branch updates
Rename stable/X to 13.4-STABLE
Bump __FreeBSD_version
Approved by: re (implicit)
Sponsored by: Amazon
---
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 cb4422125aea..b4872c14722a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.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 155f04070ff1..cba49f3e9b9b 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -59,7 +59,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1303503 /* Master, propagated to newvers */
+#define __FreeBSD_version 1304500 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,