git: 2bf6b6559810 - releng/15.1 - 15.1: Update to RC1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 May 2026 00:01:29 UTC
The branch releng/15.1 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=2bf6b6559810732be35648e70200509b0562aa08
commit 2bf6b6559810732be35648e70200509b0562aa08
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-05-22 00:00:00 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-05-22 00:00:00 +0000
15.1: 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 7dfabad1386b..2fd1f6f341bc 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.1"
-BRANCH="BETA3-p1"
+BRANCH="RC1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi