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

Glen Barber gjb at FreeBSD.org
Fri Jul 22 00:00:10 UTC 2016


Author: gjb
Date: Fri Jul 22 00:00:09 2016
New Revision: 303168
URL: https://svnweb.freebsd.org/changeset/base/303168

Log:
  Update stable/11 to BETA2 as part of the 11.0-RELEASE cycle.
  
  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	Thu Jul 21 23:49:26 2016	(r303167)
+++ stable/11/sys/conf/newvers.sh	Fri Jul 22 00:00:09 2016	(r303168)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.0"
-BRANCH="BETA1"
+BRANCH="BETA2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable mailing list