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

Glen Barber gjb at FreeBSD.org
Thu Jun 8 23:56:24 UTC 2017


Author: gjb
Date: Thu Jun  8 23:56:23 2017
New Revision: 319728
URL: https://svnweb.freebsd.org/changeset/base/319728

Log:
  Rename stable/11 from PRERELEASE to BETA1 as part of the 11.1-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 Jun  8 22:13:29 2017	(r319727)
+++ stable/11/sys/conf/newvers.sh	Thu Jun  8 23:56:23 2017	(r319728)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.1"
-BRANCH="PRERELEASE"
+BRANCH="BETA1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable mailing list