aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2022-11-04 00:06:17 +0000
committerGlen Barber <gjb@FreeBSD.org>2022-11-04 00:06:17 +0000
commit3cef626d8e1bd844fd0822aa11989c20e37949a0 (patch)
tree777c9310ad97bd31d64054c081bab18112b043da
parent73ab1c87c208dbb0609be572eb31591353d71e07 (diff)
12.4: update to RC1
Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 35ffdff88590..09516ae7551d 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.4"
-BRANCH="BETA1"
+BRANCH="RC1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi