svn commit: r339271 - head/sys/conf

Glen Barber gjb at FreeBSD.org
Tue Oct 9 21:54:59 UTC 2018


Author: gjb
Date: Tue Oct  9 21:54:58 2018
New Revision: 339271
URL: https://svnweb.freebsd.org/changeset/base/339271

Log:
  Update head from ALPHA8 to ALPHA9 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	Tue Oct  9 21:28:26 2018	(r339270)
+++ head/sys/conf/newvers.sh	Tue Oct  9 21:54:58 2018	(r339271)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="ALPHA8"
+BRANCH="ALPHA9"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-head mailing list