svn commit: r185280 - releng/6.4/sys/conf

Ken Smith kensmith at FreeBSD.org
Mon Nov 24 18:49:34 PST 2008


Author: kensmith
Date: Tue Nov 25 02:49:34 2008
New Revision: 185280
URL: http://svn.freebsd.org/changeset/base/185280

Log:
  Calling it -RELEASE tiny bit premature, looks like there might be one
  more loose end.  Holding off until at least tomorrow to collect a bit
  more information.
  
  Approved by:	re (implicit)

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

Modified: releng/6.4/sys/conf/newvers.sh
==============================================================================
--- releng/6.4/sys/conf/newvers.sh	Tue Nov 25 02:19:13 2008	(r185279)
+++ releng/6.4/sys/conf/newvers.sh	Tue Nov 25 02:49:34 2008	(r185280)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="6.4"
-BRANCH="RELEASE"
+BRANCH="RC2"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list