svn commit: r255619 - head/sys/conf

Glen Barber gjb at FreeBSD.org
Mon Sep 16 19:29:19 UTC 2013


Author: gjb
Date: Mon Sep 16 19:29:18 2013
New Revision: 255619
URL: http://svnweb.freebsd.org/changeset/base/255619

Log:
  Update head/ to -ALPHA2 status.
  
  Approved by:	re (implicit)

Modified:
  head/sys/conf/newvers.sh

Modified: head/sys/conf/newvers.sh
==============================================================================
--- head/sys/conf/newvers.sh	Mon Sep 16 17:32:02 2013	(r255618)
+++ head/sys/conf/newvers.sh	Mon Sep 16 19:29:18 2013	(r255619)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.0"
-BRANCH="ALPHA1"
+BRANCH="ALPHA2"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-head mailing list