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

Marius Strobl marius at FreeBSD.org
Fri Aug 18 00:11:03 UTC 2017


Author: marius
Date: Fri Aug 18 00:11:02 2017
New Revision: 322637
URL: https://svnweb.freebsd.org/changeset/base/322637

Log:
  Update stable/10 to BETA1 in preparation for 10.4-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 Aug 17 20:41:28 2017	(r322636)
+++ stable/10/sys/conf/newvers.sh	Fri Aug 18 00:11:02 2017	(r322637)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.4"
-BRANCH="PRERELEASE"
+BRANCH="BETA1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list