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

Ken Smith kensmith at FreeBSD.org
Sat Jul 24 01:52:29 UTC 2010


Author: kensmith
Date: Sat Jul 24 01:52:26 2010
New Revision: 210441
URL: http://svn.freebsd.org/changeset/base/210441

Log:
  Shift to -STABLE now that 8.1-RELEASE is done.

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

Modified: stable/8/sys/conf/newvers.sh
==============================================================================
--- stable/8/sys/conf/newvers.sh	Fri Jul 23 23:58:57 2010	(r210440)
+++ stable/8/sys/conf/newvers.sh	Sat Jul 24 01:52:26 2010	(r210441)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="8.1"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list