Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 2010 16:09:57 +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-8@freebsd.org
Subject:   svn commit: r215684 - stable/8/sys/conf
Message-ID:  <201011221609.oAMG9vHF097063@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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