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

Glen Barber gjb at FreeBSD.org
Sat Oct 26 15:10:59 UTC 2013


Author: gjb
Date: Sat Oct 26 15:10:58 2013
New Revision: 257166
URL: http://svnweb.freebsd.org/changeset/base/257166

Log:
  Update stable/10 to BETA2 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 26 15:05:27 2013	(r257165)
+++ stable/10/sys/conf/newvers.sh	Sat Oct 26 15:10:58 2013	(r257166)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.0"
-BRANCH="BETA1"
+BRANCH="BETA2"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list