svn commit: r337557 - head/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Aug 10 00:01:22 UTC 2018


Author: gjb
Date: Fri Aug 10 00:01:21 2018
New Revision: 337557
URL: https://svnweb.freebsd.org/changeset/base/337557

Log:
  Rename head from -CURRENT to -ALPHA1 as part of the
  12.0-RELEASE cycle.  This commit marks the start of
  the code slush for the 12.0 cycle.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/conf/newvers.sh

Modified: head/sys/conf/newvers.sh
==============================================================================
--- head/sys/conf/newvers.sh	Thu Aug  9 23:43:10 2018	(r337556)
+++ head/sys/conf/newvers.sh	Fri Aug 10 00:01:21 2018	(r337557)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="CURRENT"
+BRANCH="ALPHA1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-head mailing list