Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2025 15:54:39 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: c5db8f65622a - releng/14.3 - Revert "14.3: Update to RC1"
Message-ID:  <202505301554.54UFsdV7078364@gitrepo.freebsd.org>

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

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

commit c5db8f65622ae0be9c65bc57326f787a1b3994f7
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-05-30 15:53:05 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-05-30 15:53:21 +0000

    Revert "14.3: Update to RC1"
    
    Postponing RC1 slightly to allow one more critical bug fix.
    
    This reverts commit 3383279318c0564d405c64516cdd127bc2a0dd9f.
    
    Approved by:    re (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 1ebacc6cc176..8c988150f902 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.3"
-BRANCH="RC1"
+BRANCH="BETA4"
 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?202505301554.54UFsdV7078364>