summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2017-05-19 00:00:38 +0000
committergjb <gjb@FreeBSD.org>2017-05-19 00:00:38 +0000
commit36e493fadc47cf70ed3ceef4004b3e22425681fd (patch)
treeff07dadddbf21a0ce8f18d504288ef81c4e04f13 /sys
parentb763b254d60837797c4bc2eef59a68983305c143 (diff)
downloadFreeBSD-src-36e493fadc47cf70ed3ceef4004b3e22425681fd.zip
FreeBSD-src-36e493fadc47cf70ed3ceef4004b3e22425681fd.tar.gz
Update stable/11 from 11.0-STABLE to 11.1-PRERELEASE, marking the
official start of the code slush. Set the default mdoc(7) version to 11.1, and update the clang(1) TARGET_TRIPLE to reflect 11.1. While here, add missing FreeBSD major versions to mdoc(7). Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/newvers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index fa05d7d..41bc615 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -43,8 +43,8 @@
# included if the tree is modified.
TYPE="FreeBSD"
-REVISION="11.0"
-BRANCH="STABLE"
+REVISION="11.1"
+BRANCH="PRERELEASE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud