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