svn commit: r255933 - head/sys/conf

Glen Barber gjb at FreeBSD.org
Sun Sep 29 01:05:00 UTC 2013


Author: gjb
Date: Sun Sep 29 01:05:00 2013
New Revision: 255933
URL: http://svnweb.freebsd.org/changeset/base/255933

Log:
  Update head/ to -ALPHA4.
  
  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	Sun Sep 29 00:35:03 2013	(r255932)
+++ head/sys/conf/newvers.sh	Sun Sep 29 01:05:00 2013	(r255933)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.0"
-BRANCH="ALPHA3"
+BRANCH="ALPHA4"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-head mailing list