summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2020-10-23 00:00:52 +0000
committerGlen Barber <gjb@FreeBSD.org>2020-10-23 00:00:52 +0000
commit1d21fe9cea3f530b4cfca495632d5a1595a32270 (patch)
tree8e3e7f653851dc0f45f79dc9b7f2211aea0aa87b /sys
parent5a4b7c77cb8ffc9e79192f3e7104cf9827d0343b (diff)
- Switch releng/12.2 from RC3 to RELEASE.upstream/12.2.0release/12.2.0
- Add the anticipated 12.2-RELEASE date to UPDATING. Fix a missing colon in the previous UPDATING entry while here. - Set a static __FreeBSD_version. Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC (netgate.com)
Diffstat (limited to 'sys')
-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 7b33e11934a5..4415230630d8 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.2"
-BRANCH="RC3"
+BRANCH="RELEASE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi