Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2018 14:59:04 +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: r333797 - stable/11/sys/conf
Message-ID:  <201805181459.w4IEx4BA012808@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri May 18 14:59:04 2018
New Revision: 333797
URL: https://svnweb.freebsd.org/changeset/base/333797

Log:
  Update stable/11 to BETA2 as part of the 11.2-RELEASE cycle.
  
  As 11.2-BETA2 needs to be rebuilt, this commit marks the real point
  in time for the rename.
  
  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:57:58 2018	(r333796)
+++ stable/11/sys/conf/newvers.sh	Fri May 18 14:59:04 2018	(r333797)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.2"
-BRANCH="BETA1"
+BRANCH="BETA2"
 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?201805181459.w4IEx4BA012808>