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

Glen Barber gjb at FreeBSD.org
Fri May 25 00:00:01 UTC 2018


Author: gjb
Date: Fri May 25 00:00:00 2018
New Revision: 334196
URL: https://svnweb.freebsd.org/changeset/base/334196

Log:
  Update stable/11 to BETA3 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 24 23:58:57 2018	(r334195)
+++ stable/11/sys/conf/newvers.sh	Fri May 25 00:00:00 2018	(r334196)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.2"
-BRANCH="BETA2"
+BRANCH="BETA3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list