svn commit: r227337 - stable/9/sys/conf

Ken Smith kensmith at FreeBSD.org
Tue Nov 8 14:24:34 UTC 2011


Author: kensmith
Date: Tue Nov  8 14:24:33 2011
New Revision: 227337
URL: http://svn.freebsd.org/changeset/base/227337

Log:
  Start up 9.0-RC2.
  
  Approved by:	re (implicit)

Modified:
  stable/9/sys/conf/newvers.sh

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Tue Nov  8 14:22:40 2011	(r227336)
+++ stable/9/sys/conf/newvers.sh	Tue Nov  8 14:24:33 2011	(r227337)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.0"
-BRANCH="RC1"
+BRANCH="RC2"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list