aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2026-09-04 00:00:00 +0000
committerColin Percival <cperciva@FreeBSD.org>2026-09-04 00:00:00 +0000
commit4099b5c828800776fda3eccd6537ceed638a2a8b (patch)
tree39fb7c44c5fdca64c75bbeab79d35de006e721a5 /sys/conf
parent813eb5a4975aafd2e5f5799ba4244649b35d4d5b (diff)
Update in preparation for 14.5-RELEASErelease/14.5.0releng/14.5
- Bump BRANCH to RELEASE - Add the anticipated RELEASE announcement date - Set a static __FreeBSD_version Approved by: re (implicit) Sponsored by: OpenSats Initiative
Diffstat (limited to 'sys/conf')
-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 94e36890c2cc..8de107f375fb 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.5"
-BRANCH="RC1"
+BRANCH="RELEASE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi