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

Glen Barber gjb at FreeBSD.org
Thu May 17 23:59:57 UTC 2018


Author: gjb
Date: Thu May 17 23:59:56 2018
New Revision: 333774
URL: https://svnweb.freebsd.org/changeset/base/333774

Log:
  Update stable/11 to BETA2 as part of the 11.2-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 May 17 23:07:51 2018	(r333773)
+++ stable/11/sys/conf/newvers.sh	Thu May 17 23:59:56 2018	(r333774)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.2"
-BRANCH="BETA1"
+BRANCH="BETA2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list