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

Ken Smith kensmith at FreeBSD.org
Mon Nov 22 16:09:57 UTC 2010


Author: kensmith
Date: Mon Nov 22 16:09:57 2010
New Revision: 215684
URL: http://svn.freebsd.org/changeset/base/215684

Log:
  We're a bit under a week from Code Freeze for the upcoming 8.2-RELEASE
  cycle.  Warn people tracking stable/8 that the branch may be more
  active than usual.

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

Modified: stable/8/sys/conf/newvers.sh
==============================================================================
--- stable/8/sys/conf/newvers.sh	Mon Nov 22 15:28:54 2010	(r215683)
+++ stable/8/sys/conf/newvers.sh	Mon Nov 22 16:09:57 2010	(r215684)
@@ -31,8 +31,8 @@
 # $FreeBSD$
 
 TYPE="FreeBSD"
-REVISION="8.1"
-BRANCH="STABLE"
+REVISION="8.2"
+BRANCH="PRERELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list