svn commit: r338849 - head/sys/conf

Glen Barber gjb at FreeBSD.org
Thu Sep 20 23:59:43 UTC 2018


Author: gjb
Date: Thu Sep 20 23:59:42 2018
New Revision: 338849
URL: https://svnweb.freebsd.org/changeset/base/338849

Log:
  Update head from ALPHA6 to ALPHA7 as part of the 12.0-RELEASE
  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 Sep 20 23:06:59 2018	(r338848)
+++ head/sys/conf/newvers.sh	Thu Sep 20 23:59:42 2018	(r338849)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="ALPHA6"
+BRANCH="ALPHA7"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-head mailing list