svn commit: r272942 - stable/10/sys/conf
Glen Barber
gjb at FreeBSD.org
Sat Oct 11 16:16:06 UTC 2014
Author: gjb
Date: Sat Oct 11 16:16:05 2014
New Revision: 272942
URL: https://svnweb.freebsd.org/changeset/base/272942
Log:
Switch stable/10 back to -PRERELEASE now that releng/10.1 is
branched.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/sys/conf/newvers.sh
==============================================================================
--- stable/10/sys/conf/newvers.sh Sat Oct 11 16:08:54 2014 (r272941)
+++ stable/10/sys/conf/newvers.sh Sat Oct 11 16:16:05 2014 (r272942)
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.1"
-BRANCH="RC1"
+BRANCH="PRERELEASE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
More information about the svn-src-stable-10
mailing list