Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2016 00:26:38 +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: r302412 - stable/11/sys/conf
Message-ID:  <201607080026.u680Qc5i003975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri Jul  8 00:26:38 2016
New Revision: 302412
URL: https://svnweb.freebsd.org/changeset/base/302412

Log:
  Switch 11.0 from -ALPHA6 to -BETA1 to prepare for 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 Jul  8 00:25:32 2016	(r302411)
+++ stable/11/sys/conf/newvers.sh	Fri Jul  8 00:26:38 2016	(r302412)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.0"
-BRANCH="ALPHA6"
+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?201607080026.u680Qc5i003975>