svn commit: r186757 - stable/7/sys/conf

Ken Smith kensmith at FreeBSD.org
Mon Jan 5 04:45:19 UTC 2009


Author: kensmith
Date: Mon Jan  5 04:45:17 2009
New Revision: 186757
URL: http://svn.freebsd.org/changeset/base/186757

Log:
  Release is done, bump stable/7 to -STABLE.

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

Modified: stable/7/sys/conf/newvers.sh
==============================================================================
--- stable/7/sys/conf/newvers.sh	Mon Jan  5 04:26:24 2009	(r186756)
+++ stable/7/sys/conf/newvers.sh	Mon Jan  5 04:45:17 2009	(r186757)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="7.1"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable-7 mailing list