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

Ken Smith kensmith at FreeBSD.org
Wed Nov 11 14:38:46 UTC 2009


Author: kensmith
Date: Wed Nov 11 14:38:45 2009
New Revision: 199185
URL: http://svn.freebsd.org/changeset/base/199185

Log:
  Shift what stable/8 calls itself to the thing that people who tend to
  complain about such things find, on average, the least objectionable.

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

Modified: stable/8/sys/conf/newvers.sh
==============================================================================
--- stable/8/sys/conf/newvers.sh	Wed Nov 11 14:21:31 2009	(r199184)
+++ stable/8/sys/conf/newvers.sh	Wed Nov 11 14:38:45 2009	(r199185)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="8.0"
-BRANCH="RC2"
+BRANCH="PRERELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable-8 mailing list