git: 151d7a8cb120 - releng/14.5 - 14.5: Update to RC1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Aug 2026 00:08:08 UTC
The branch releng/14.5 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=151d7a8cb1202df2d5194ffa75be3095954d5209
commit 151d7a8cb1202df2d5194ffa75be3095954d5209
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-08-28 00:07:50 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-08-28 00:07:50 +0000
14.5: Update to RC1
Approved by: re (implicit)
Sponsored by: OpenSats Initiative
---
sys/conf/newvers.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index a0f6169e212f..94e36890c2cc 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.5"
-BRANCH="BETA3"
+BRANCH="RC1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi