git: a7a4742156f9 - releng/14.3 - Reapply "14.3: Update to RC1"

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Fri, 30 May 2025 16:04:12 UTC
The branch releng/14.3 has been updated by cperciva:

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

commit a7a4742156f9a00fcf7e01deebe6da60d918509a
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-05-30 16:02:53 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-05-30 16:02:53 +0000

    Reapply "14.3: Update to RC1"
    
    Second attempt at making 14.3-RC1 happen, now that a critical
    last-minute MFC has landed.
    
    This reverts commit c5db8f65622ae0be9c65bc57326f787a1b3994f7.
    
    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 8c988150f902..1ebacc6cc176 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.3"
-BRANCH="BETA4"
+BRANCH="RC1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi