aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2025-11-07 03:36:08 +0000
committerColin Percival <cperciva@FreeBSD.org>2025-11-07 05:16:10 +0000
commitdb99e6ce3ecd02866435a786a37052d3ac8931a4 (patch)
treee7507150328c8f3cc19d9c45abf7f3854cb1dfaf
parent58f208591b59b57ec47cd6dcaeb88991d2a1cb29 (diff)
15.0: Update to BETA5
Approved by: re (implicit) Sponsored by: https://www.patreon.com/cperciva
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index ba34266b8384..15a571f63454 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.0"
-BRANCH="BETA4"
+BRANCH="BETA5"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi