svn commit: r256393 - stable/10/sys/conf

Glen Barber gjb at FreeBSD.org
Sat Oct 12 20:01:36 UTC 2013


Author: gjb
Date: Sat Oct 12 20:01:36 2013
New Revision: 256393
URL: http://svnweb.freebsd.org/changeset/base/256393

Log:
  Update stable/10 to -BETA1 as part of the 10.0-RELEASE cycle.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/sys/conf/newvers.sh

Modified: stable/10/sys/conf/newvers.sh
==============================================================================
--- stable/10/sys/conf/newvers.sh	Sat Oct 12 19:54:12 2013	(r256392)
+++ stable/10/sys/conf/newvers.sh	Sat Oct 12 20:01:36 2013	(r256393)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.0"
-BRANCH="ALPHA6"
+BRANCH="BETA1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list