svn commit: r302412 - stable/11/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Jul 8 00:26:39 UTC 2016


Author: gjb
Date: Fri Jul  8 00:26:38 2016
New Revision: 302412
URL: https://svnweb.freebsd.org/changeset/base/302412

Log:
  Switch 11.0 from -ALPHA6 to -BETA1 to prepare for builds.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/sys/conf/newvers.sh

Modified: stable/11/sys/conf/newvers.sh
==============================================================================
--- stable/11/sys/conf/newvers.sh	Fri Jul  8 00:25:32 2016	(r302411)
+++ stable/11/sys/conf/newvers.sh	Fri Jul  8 00:26:38 2016	(r302412)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.0"
-BRANCH="ALPHA6"
+BRANCH="BETA1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable mailing list