summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2016-01-15 00:05:58 +0000
committermarius <marius@FreeBSD.org>2016-01-15 00:05:58 +0000
commitd65287a84ae3cd9bb7c8d5b329741ce744253ae3 (patch)
tree64e764c0a820db92e336c10a4699e94b02ee4e53 /sys/conf/newvers.sh
parent48b7683ce33d6b9a7f708727e0122c357625a456 (diff)
downloadFreeBSD-src-d65287a84ae3cd9bb7c8d5b329741ce744253ae3.zip
FreeBSD-src-d65287a84ae3cd9bb7c8d5b329741ce744253ae3.tar.gz
Update stable/10 from 10.2-STABLE to 10.3-PRERELEASE,
marking the official start of the code slush. Set the default mdoc(7) version to 10.3, and update the clang(1) TARGET_TRIPLE and BUILD_TRIPLE to reflect 10.3. Approved by: re (implicit)
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 97bec5c..70babeca 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -31,8 +31,8 @@
# $FreeBSD$
TYPE="FreeBSD"
-REVISION="10.2"
-BRANCH="STABLE"
+REVISION="10.3"
+BRANCH="PRERELEASE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud