summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-06-19 00:00:32 +0000
committergjb <gjb@FreeBSD.org>2015-06-19 00:00:32 +0000
commit1ce80feefb1a274b7eccea729f6c3e7c6f9ad052 (patch)
tree43857a47dd8ac1c0cc261d62d54d5cd3e9cf18e2 /sys/conf/newvers.sh
parent0b6ab54e54fa7e7793bb7d719b78668af42136be (diff)
downloadFreeBSD-src-1ce80feefb1a274b7eccea729f6c3e7c6f9ad052.zip
FreeBSD-src-1ce80feefb1a274b7eccea729f6c3e7c6f9ad052.tar.gz
Update stable/10 from 10.1-STABLE to 10.2-PRERELEASE,
marking the official start of the code slush. Set the default mdoc(7) version to 10.2, and update the clang(1) TARGET_TRIPLE and BUILD_TRIPLE to reflect 10.2. 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 e66065a..e9e1413 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -31,8 +31,8 @@
# $FreeBSD$
TYPE="FreeBSD"
-REVISION="10.1"
-BRANCH="STABLE"
+REVISION="10.2"
+BRANCH="PRERELEASE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud