Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2014 04:21:46 +0000 (UTC)
From:      Glen Barber <gjb@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: r265735 - stable/9/sys/conf
Message-ID:  <201405090421.s494Lk6d034536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri May  9 04:21:46 2014
New Revision: 265735
URL: http://svnweb.freebsd.org/changeset/base/265735

Log:
  Mark stable/9 as 9.3-PRERELEASE to indicate the code slush
  is now in effect for the 9.3-RELEASE cycle.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

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

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Fri May  9 04:18:32 2014	(r265734)
+++ stable/9/sys/conf/newvers.sh	Fri May  9 04:21:46 2014	(r265735)
@@ -31,8 +31,8 @@
 # $FreeBSD$
 
 TYPE="FreeBSD"
-REVISION="9.2"
-BRANCH="STABLE"
+REVISION="9.3"
+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?201405090421.s494Lk6d034536>