aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2017-07-20 23:39:50 +0000
committerGlen Barber <gjb@FreeBSD.org>2017-07-20 23:39:50 +0000
commite1b2281799bf1cab48b112204fef079e6835cde5 (patch)
tree42f53c01e08a46d5fd20f6e9ce1e503aeaf7f59d /sys
parent6cb390fe94f52824a2f30a8839484af28d69d55a (diff)
- Switch releng/11.1 to -RELEASE.upstream/11.1.0release/11.1.0
- Add the anticipated 11.1-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 7c51f9d3086a..ec9e12989028 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.1"
-BRANCH="RC3"
+BRANCH="RELEASE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi