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

Ken Smith kensmith at FreeBSD.org
Mon Nov 14 00:45:25 UTC 2011


Author: kensmith
Date: Mon Nov 14 00:45:25 2011
New Revision: 227495
URL: http://svn.freebsd.org/changeset/base/227495

Log:
  The releng/9.0 release branch has been created so convert stable/9 over
  to our standard "Politically Correct" name for the balance of the 9.0-RELEASE
  release cycle.
  
  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 Nov 14 00:10:11 2011	(r227494)
+++ stable/9/sys/conf/newvers.sh	Mon Nov 14 00:45:25 2011	(r227495)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.0"
-BRANCH="RC2"
+BRANCH="PRERELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list