svn commit: r337934 - head/sys/conf

Glen Barber gjb at FreeBSD.org
Thu Aug 16 23:58:24 UTC 2018


Author: gjb
Date: Thu Aug 16 23:58:22 2018
New Revision: 337934
URL: https://svnweb.freebsd.org/changeset/base/337934

Log:
  Rename head from ALPHA1 to ALPHA2 in preparation for the next set
  of snapshot builds.
  
  Hashtag:	MaximumEffort
  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 16 23:49:56 2018	(r337933)
+++ head/sys/conf/newvers.sh	Thu Aug 16 23:58:22 2018	(r337934)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="ALPHA1"
+BRANCH="ALPHA2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list