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

Glen Barber gjb at FreeBSD.org
Fri Jun 16 00:00:03 UTC 2017


Author: gjb
Date: Fri Jun 16 00:00:01 2017
New Revision: 319993
URL: https://svnweb.freebsd.org/changeset/base/319993

Log:
  Update stable/11 to BETA2 as part of the 11.1-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 Jun 15 23:14:04 2017	(r319992)
+++ stable/11/sys/conf/newvers.sh	Fri Jun 16 00:00:01 2017	(r319993)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.1"
-BRANCH="BETA1"
+BRANCH="BETA2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list