svn commit: r265735 - stable/9/sys/conf

Glen Barber gjb at FreeBSD.org
Fri May 9 04:21:47 UTC 2014


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


More information about the svn-src-all mailing list