summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-08-26 15:31:56 +0000
committergjb <gjb@FreeBSD.org>2014-08-26 15:31:56 +0000
commit05de13180a92cec874e10c996514de6d1d4099c8 (patch)
tree14ca5f2648037dfa9c098e143625ef9289c42eb8 /sys/conf/newvers.sh
parent5ad02b7b788f94551e7ac596c6e0522cb7d376b8 (diff)
downloadFreeBSD-src-05de13180a92cec874e10c996514de6d1d4099c8.zip
FreeBSD-src-05de13180a92cec874e10c996514de6d1d4099c8.tar.gz
- Update stable/10 to 10.1-PRERELEASE now that the
code slush is in effect. (Forgotten on the 22nd.) - Set the 10.1 as the .Fx mdoc(7) default. - Update the TARGET_TRIPLE and BUILD_TRIPLE for clang(1) to reflect 10.1. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/conf/newvers.sh')
-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 5e58584..7d97b8d 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -31,8 +31,8 @@
# $FreeBSD$
TYPE="FreeBSD"
-REVISION="10.0"
-BRANCH="STABLE"
+REVISION="10.1"
+BRANCH="PRERELEASE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud