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

Ken Smith kensmith at FreeBSD.org
Fri Nov 27 00:21:18 UTC 2009


Author: kensmith
Date: Fri Nov 27 00:21:17 2009
New Revision: 199851
URL: http://svn.freebsd.org/changeset/base/199851

Log:
  8.0-RELEASE is done, shift stable/8 to -STABLE designation.

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

Modified: stable/8/sys/conf/newvers.sh
==============================================================================
--- stable/8/sys/conf/newvers.sh	Thu Nov 26 22:35:26 2009	(r199850)
+++ stable/8/sys/conf/newvers.sh	Fri Nov 27 00:21:17 2009	(r199851)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="8.0"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list