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

Glen Barber gjb at FreeBSD.org
Fri Sep 19 00:03:25 UTC 2014


Author: gjb
Date: Fri Sep 19 00:03:25 2014
New Revision: 271848
URL: http://svnweb.freebsd.org/changeset/base/271848

Log:
  Update stable/10 to -BETA2 as part of the 10.1-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	Thu Sep 18 22:34:52 2014	(r271847)
+++ stable/10/sys/conf/newvers.sh	Fri Sep 19 00:03:25 2014	(r271848)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.1"
-BRANCH="BETA1"
+BRANCH="BETA2"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list