aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2025-11-21 00:00:00 +0000
committerColin Percival <cperciva@FreeBSD.org>2025-11-21 00:00:00 +0000
commit4579378a950faa193f2607af55a2b5538e773cb4 (patch)
tree4ad552409fcc6b82e5c4a5589e4c4989bbb5acb5
parent07b7bd2311aff496b73f9552a5b3d8019685ef01 (diff)
15.0: Update to RC3
Approved by: re (implicit)
-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 d04589d00eb3..e5095a8b04bc 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.0"
-BRANCH="RC2"
+BRANCH="RC3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi