svn commit: r255489 - head/sys/conf

Glen Barber gjb at FreeBSD.org
Thu Sep 12 17:51:19 UTC 2013


Author: gjb
Date: Thu Sep 12 17:51:18 2013
New Revision: 255489
URL: http://svnweb.freebsd.org/changeset/base/255489

Log:
  Update head/ to -ALPHA1 status, as part of the 10.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 12 10:39:38 2013	(r255488)
+++ head/sys/conf/newvers.sh	Thu Sep 12 17:51:18 2013	(r255489)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.0"
-BRANCH="CURRENT"
+BRANCH="ALPHA1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-head mailing list