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

Glen Barber gjb at FreeBSD.org
Fri May 24 00:00:30 UTC 2019


Author: gjb
Date: Fri May 24 00:00:29 2019
New Revision: 348211
URL: https://svnweb.freebsd.org/changeset/base/348211

Log:
  Update stable/11 to BETA1 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 23 23:37:11 2019	(r348210)
+++ stable/11/sys/conf/newvers.sh	Fri May 24 00:00:29 2019	(r348211)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.3"
-BRANCH="PRERELEASE"
+BRANCH="BETA1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable-11 mailing list