aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2018-06-21 22:59:49 +0000
committerGlen Barber <gjb@FreeBSD.org>2018-06-21 22:59:49 +0000
commit617bf97c016b3bd3305cd606897ead7dcc7634a1 (patch)
tree1ef2cf6f2d90b136f3ddbc055e37517ab57b8a24 /sys
parent071c535fa28c11da5c0874995fdf3de15f4aae3f (diff)
- Switch releng/11.2 to -RELEASE.upstream/11.2.0release/11.2.0
- Add the anticipated 11.2-RELEASE date to UPDATING. - Set a static __FreeBSD_version. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
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 f11b7463fda1..f4268a9fd762 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.2"
-BRANCH="RC3"
+BRANCH="RELEASE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi