svn commit: r268267 - releng/9.3/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Jul 4 21:04:20 UTC 2014


Author: gjb
Date: Fri Jul  4 21:04:19 2014
New Revision: 268267
URL: http://svnweb.freebsd.org/changeset/base/268267

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

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

Modified: releng/9.3/sys/conf/newvers.sh
==============================================================================
--- releng/9.3/sys/conf/newvers.sh	Fri Jul  4 19:27:06 2014	(r268266)
+++ releng/9.3/sys/conf/newvers.sh	Fri Jul  4 21:04:19 2014	(r268267)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.3"
-BRANCH="RC2"
+BRANCH="RC3"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list