svn commit: r255854 - head/sys/conf

Glen Barber gjb at FreeBSD.org
Tue Sep 24 16:59:29 UTC 2013


Author: gjb
Date: Tue Sep 24 16:59:28 2013
New Revision: 255854
URL: http://svnweb.freebsd.org/changeset/base/255854

Log:
  Update head/ to -ALPHA3.
  This commit marks the point the final KBI change was made 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	Tue Sep 24 16:50:53 2013	(r255853)
+++ head/sys/conf/newvers.sh	Tue Sep 24 16:59:28 2013	(r255854)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.0"
-BRANCH="ALPHA2"
+BRANCH="ALPHA3"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-head mailing list