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

Ken Smith kensmith at FreeBSD.org
Sun Oct 16 15:55:24 UTC 2011


Author: kensmith
Date: Sun Oct 16 15:55:23 2011
New Revision: 226438
URL: http://svn.freebsd.org/changeset/base/226438

Log:
  Ready for RC1.
  
  Approved by:	re (implicit)

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

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Sun Oct 16 15:08:43 2011	(r226437)
+++ stable/9/sys/conf/newvers.sh	Sun Oct 16 15:55:23 2011	(r226438)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.0"
-BRANCH="BETA3"
+BRANCH="RC1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable mailing list