aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2024-08-02 00:07:12 +0000
committerColin Percival <cperciva@FreeBSD.org>2024-08-02 00:07:12 +0000
commit77064cddb94875dc8d9693a93ac25019b7f62c59 (patch)
treebd03ede85228b0bbb8843b4f4651a9c6e9199529
parent5eb1ab19a359a9639627686ba6af6c02d6ce1cf8 (diff)
Post-13.4-branch updates
Rename stable/X to 13.4-STABLE Bump __FreeBSD_version Approved by: re (implicit) Sponsored by: Amazon
-rw-r--r--sys/conf/newvers.sh2
-rw-r--r--sys/sys/param.h2
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,