Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 16:52:53 +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-9@freebsd.org
Subject:   svn commit: r244911 - stable/9/sys/conf
Message-ID:  <201212311652.qBVGqrig066188@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kensmith
Date: Mon Dec 31 16:52:52 2012
New Revision: 244911
URL: http://svnweb.freebsd.org/changeset/base/244911

Log:
  Shift to -STABLE now that -RELEASE is done.
  
  Approved by:	re (implicit)

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

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Mon Dec 31 16:29:10 2012	(r244910)
+++ stable/9/sys/conf/newvers.sh	Mon Dec 31 16:52:52 2012	(r244911)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.1"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 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?201212311652.qBVGqrig066188>