Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2008 22:06:31 +0000 (UTC)
From:      Ken Smith <kensmith@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org
Subject:   svn commit: r185414 - stable/6/sys/conf
Message-ID:  <200811282206.mASM6Vos031052@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kensmith
Date: Fri Nov 28 22:06:31 2008
New Revision: 185414
URL: http://svn.freebsd.org/changeset/base/185414

Log:
  6.4-RELEASE is done so shift stable/6 over to 6.4-STABLE.
  
  Approved by:	re (implicit)

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

Modified: stable/6/sys/conf/newvers.sh
==============================================================================
--- stable/6/sys/conf/newvers.sh	Fri Nov 28 20:47:48 2008	(r185413)
+++ stable/6/sys/conf/newvers.sh	Fri Nov 28 22:06:31 2008	(r185414)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="6.4"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811282206.mASM6Vos031052>