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

Glen Barber gjb at FreeBSD.org
Fri Sep 26 00:00:14 UTC 2014


Author: gjb
Date: Fri Sep 26 00:00:13 2014
New Revision: 272148
URL: http://svnweb.freebsd.org/changeset/base/272148

Log:
  Update stable/10 to -BETA3 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 25 23:09:35 2014	(r272147)
+++ stable/10/sys/conf/newvers.sh	Fri Sep 26 00:00:13 2014	(r272148)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.1"
-BRANCH="BETA2"
+BRANCH="BETA3"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list