The branch releng/14.2 has been updated by cperciva:

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

commit 5395ddd7aa130a8d8063f6eccf893937cc8baf0f
Author:     Colin Percival <[email protected]>
AuthorDate: 2024-11-22 00:00:00 +0000
Commit:     Colin Percival <[email protected]>
CommitDate: 2024-11-21 23:48:17 +0000

    14.2: Update to RC1
    
    Approved by:    re (implicit)
    Sponsored by:   Amazon
---
 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 3da92b81939d..af5875c5c0b3 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.2"
-BRANCH="BETA3"
+BRANCH="RC1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi

Reply via email to