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

Glen Barber gjb at FreeBSD.org
Fri May 31 00:00:04 UTC 2019


Author: gjb
Date: Fri May 31 00:00:03 2019
New Revision: 348450
URL: https://svnweb.freebsd.org/changeset/base/348450

Log:
  Update stable/11 to BETA2 as part of the 11.3-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 30 23:43:54 2019	(r348449)
+++ stable/11/sys/conf/newvers.sh	Fri May 31 00:00:03 2019	(r348450)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.3"
-BRANCH="BETA1"
+BRANCH="BETA2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list