Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2025 22:30:47 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 0b3d82579a01 - stable/15 - 15.0: Mark the tree as ALPHA1
Message-ID:  <202509052230.585MUlpW024963@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/15 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=0b3d82579a01db4c5d874cda1ac468bb8f26c109

commit 0b3d82579a01db4c5d874cda1ac468bb8f26c109
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-09-05 22:27:08 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-09-05 22:30:24 +0000

    15.0: Mark the tree as ALPHA1
    
    Builds for 15.0-ALPHA1 will begin shortly; we're just waiting for the
    latest amd64 package set to propagate out to mirrors.
    
    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 8b60da95741e..88f535f4800e 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
 
 TYPE="FreeBSD"
 REVISION="15.0"
-BRANCH="PRERELEASE"
+BRANCH="ALPHA1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509052230.585MUlpW024963>