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

Glen Barber gjb at FreeBSD.org
Fri May 18 14:59:05 UTC 2018


Author: gjb
Date: Fri May 18 14:59:04 2018
New Revision: 333797
URL: https://svnweb.freebsd.org/changeset/base/333797

Log:
  Update stable/11 to BETA2 as part of the 11.2-RELEASE cycle.
  
  As 11.2-BETA2 needs to be rebuilt, this commit marks the real point
  in time for the rename.
  
  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 May 18 14:57:58 2018	(r333796)
+++ stable/11/sys/conf/newvers.sh	Fri May 18 14:59:04 2018	(r333797)
@@ -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