Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2018 14:57:06 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r333795 - stable/11/sys/conf
Message-ID:  <201805181457.w4IEv69W012629@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805181457.w4IEv69W012629>