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

Glen Barber gjb at FreeBSD.org
Sun Nov 3 17:19:17 UTC 2013


Author: gjb
Date: Sun Nov  3 17:19:17 2013
New Revision: 257580
URL: http://svnweb.freebsd.org/changeset/base/257580

Log:
  Update stable/10 to BETA3 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	Sun Nov  3 16:43:52 2013	(r257579)
+++ stable/10/sys/conf/newvers.sh	Sun Nov  3 17:19:17 2013	(r257580)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.0"
-BRANCH="BETA2"
+BRANCH="BETA3"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list