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

Glen Barber gjb at FreeBSD.org
Fri May 18 14:57:07 UTC 2018


Author: gjb
Date: Fri May 18 14:57:06 2018
New Revision: 333795
URL: https://svnweb.freebsd.org/changeset/base/333795

Log:
  Revert r333774, which renames stable/11 from BETA1 to BETA2 in
  order to address an issue what was discovered with the BETA2
  builds.
  
  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:30:45 2018	(r333794)
+++ stable/11/sys/conf/newvers.sh	Fri May 18 14:57:06 2018	(r333795)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.2"
-BRANCH="BETA2"
+BRANCH="BETA1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list