svn commit: r300813 - head/sys/conf

Glen Barber gjb at FreeBSD.org
Fri May 27 00:01:49 UTC 2016


Author: gjb
Date: Fri May 27 00:01:48 2016
New Revision: 300813
URL: https://svnweb.freebsd.org/changeset/base/300813

Log:
  Update head from 11.0-CURRENT to 11.0-ALPHA1, marking the official
  start of the code slush.
  
  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 May 26 23:59:42 2016	(r300812)
+++ head/sys/conf/newvers.sh	Fri May 27 00:01:48 2016	(r300813)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.0"
-BRANCH="CURRENT"
+BRANCH="ALPHA1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-head mailing list