svn commit: r198456 - stable/8/sys/conf

Ken Smith kensmith at FreeBSD.org
Sun Oct 25 00:28:02 UTC 2009


Author: kensmith
Date: Sun Oct 25 00:28:01 2009
New Revision: 198456
URL: http://svn.freebsd.org/changeset/base/198456

Log:
  Prepare for 8.0-RC2 builds.
  
  Approved by:	re (implicit)

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

Modified: stable/8/sys/conf/newvers.sh
==============================================================================
--- stable/8/sys/conf/newvers.sh	Sun Oct 25 00:26:24 2009	(r198455)
+++ stable/8/sys/conf/newvers.sh	Sun Oct 25 00:28:01 2009	(r198456)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="8.0"
-BRANCH="RC1"
+BRANCH="RC2"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list