svn commit: r295552 - stable/10/sys/conf
Marius Strobl
marius at FreeBSD.org
Fri Feb 12 00:03:40 UTC 2016
Author: marius
Date: Fri Feb 12 00:03:39 2016
New Revision: 295552
URL: https://svnweb.freebsd.org/changeset/base/295552
Log:
Update stable/10 to BETA2 in preparation for 10.3-BETA2 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 11 23:43:27 2016 (r295551)
+++ stable/10/sys/conf/newvers.sh Fri Feb 12 00:03:39 2016 (r295552)
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.3"
-BRANCH="BETA1"
+BRANCH="BETA2"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
More information about the svn-src-stable
mailing list