svn commit: r295288 - stable/10/sys/conf
Marius Strobl
marius at FreeBSD.org
Fri Feb 5 00:12:14 UTC 2016
Author: marius
Date: Fri Feb 5 00:12:13 2016
New Revision: 295288
URL: https://svnweb.freebsd.org/changeset/base/295288
Log:
Update stable/10 to BETA1 in preparation for 10.3-BETA1 builds.
Approved by: re (implicit)
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/sys/conf/newvers.sh
==============================================================================
--- stable/10/sys/conf/newvers.sh Thu Feb 4 23:56:01 2016 (r295287)
+++ stable/10/sys/conf/newvers.sh Fri Feb 5 00:12:13 2016 (r295288)
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.3"
-BRANCH="PRERELEASE"
+BRANCH="BETA"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
More information about the svn-src-all
mailing list