svn commit: r323081 - stable/10/sys/conf
Marius Strobl
marius at FreeBSD.org
Fri Sep 1 00:16:04 UTC 2017
Author: marius
Date: Fri Sep 1 00:16:03 2017
New Revision: 323081
URL: https://svnweb.freebsd.org/changeset/base/323081
Log:
Update stable/10 to BETA3 in preparation for 10.4-BETA3 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 Aug 31 23:59:46 2017 (r323080)
+++ stable/10/sys/conf/newvers.sh Fri Sep 1 00:16:03 2017 (r323081)
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.4"
-BRANCH="BETA2"
+BRANCH="BETA3"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
More information about the svn-src-stable
mailing list