Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2022-04-21 03:10:33 +0300
committerGlen Barber <gjb@FreeBSD.org>2022-04-21 03:10:33 +0300
commit283d1b98251b7ff1e53b43d3f0264c2a087f207b (patch)
treee9bcd7b8b2ddac9fe13574f348466625319c55d6
parent821467b5a087bbe5ee7eac5345dbddaf7c799e7c (diff)
13.1: update to RC4
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 a018c3261c4e..51ca41db3b70 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.1"
-BRANCH="RC3"
+BRANCH="RC4"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi