svn commit: r272876 - releng/10.1/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Oct 10 00:24:46 UTC 2014


Author: gjb
Date: Fri Oct 10 00:24:45 2014
New Revision: 272876
URL: https://svnweb.freebsd.org/changeset/base/272876

Log:
  Update releng/10.1 to -RC2 as part of the 10.1-RELEASE cycle.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  releng/10.1/sys/conf/newvers.sh

Modified: releng/10.1/sys/conf/newvers.sh
==============================================================================
--- releng/10.1/sys/conf/newvers.sh	Fri Oct 10 00:12:16 2014	(r272875)
+++ releng/10.1/sys/conf/newvers.sh	Fri Oct 10 00:24:45 2014	(r272876)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.1"
-BRANCH="RC1"
+BRANCH="RC2"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list