svn commit: r256279 - head/sys/conf

Glen Barber gjb at FreeBSD.org
Thu Oct 10 17:39:40 UTC 2013


Author: gjb
Date: Thu Oct 10 17:39:39 2013
New Revision: 256279
URL: http://svnweb.freebsd.org/changeset/base/256279

Log:
  Update head/ to ALPHA6 in preparation of branching to stable/10.
  
  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 Oct 10 16:46:02 2013	(r256278)
+++ head/sys/conf/newvers.sh	Thu Oct 10 17:39:39 2013	(r256279)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.0"
-BRANCH="ALPHA5"
+BRANCH="ALPHA6"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list