svn commit: r322867 - stable/10/sys/conf

Marius Strobl marius at FreeBSD.org
Fri Aug 25 00:11:30 UTC 2017


Author: marius
Date: Fri Aug 25 00:11:29 2017
New Revision: 322867
URL: https://svnweb.freebsd.org/changeset/base/322867

Log:
  Update stable/10 to BETA2 in preparation for 10.4-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 Aug 24 23:08:12 2017	(r322866)
+++ stable/10/sys/conf/newvers.sh	Fri Aug 25 00:11:29 2017	(r322867)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.4"
-BRANCH="BETA1"
+BRANCH="BETA2"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable-10 mailing list