svn commit: r259778 - releng/10.0/sys/conf

Glen Barber gjb at FreeBSD.org
Mon Dec 23 19:04:14 UTC 2013


Author: gjb
Date: Mon Dec 23 19:04:14 2013
New Revision: 259778
URL: http://svnweb.freebsd.org/changeset/base/259778

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

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

Modified: releng/10.0/sys/conf/newvers.sh
==============================================================================
--- releng/10.0/sys/conf/newvers.sh	Mon Dec 23 18:09:10 2013	(r259777)
+++ releng/10.0/sys/conf/newvers.sh	Mon Dec 23 19:04:14 2013	(r259778)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.0"
-BRANCH="RC2"
+BRANCH="RC3"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list