From 5395ddd7aa130a8d8063f6eccf893937cc8baf0f Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Thu, 21 Nov 2024 16:00:00 -0800 Subject: [PATCH] 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 3da92b81939..af5875c5c0b 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