git: 0fc5b401bdc7 - releng/15.0 - 15.0: Update to BETA3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Oct 2025 00:00:02 UTC
The branch releng/15.0 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=0fc5b401bdc7e9618c87c079ba5309bff613e15b
commit 0fc5b401bdc7e9618c87c079ba5309bff613e15b
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-10-23 23:59:30 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-23 23:59:30 +0000
15.0: Update to BETA3
Approved by: re (implicit)
Sponsored by: https://www.patreon.com/cperciva
---
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 7b00e796561b..b3bcf647bd85 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.0"
-BRANCH="BETA2-p1"
+BRANCH="BETA3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi