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

Ken Smith kensmith at FreeBSD.org
Thu Sep 17 14:05:07 UTC 2009


Author: kensmith
Date: Thu Sep 17 14:05:06 2009
New Revision: 197281
URL: http://svn.freebsd.org/changeset/base/197281

Log:
  Get ready for 8.0-RC1 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	Thu Sep 17 13:41:59 2009	(r197280)
+++ stable/8/sys/conf/newvers.sh	Thu Sep 17 14:05:06 2009	(r197281)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="8.0"
-BRANCH="BETA4"
+BRANCH="RC1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list