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

Ken Smith kensmith at FreeBSD.org
Mon Dec 31 16:52:53 UTC 2012


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


More information about the svn-src-all mailing list