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

Ken Smith kensmith at FreeBSD.org
Thu Feb 24 21:19:31 UTC 2011


Author: kensmith
Date: Thu Feb 24 21:19:30 2011
New Revision: 219010
URL: http://svn.freebsd.org/changeset/base/219010

Log:
  7.4-RELEASE has been announced, shift to -STABLE.

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

Modified: stable/7/sys/conf/newvers.sh
==============================================================================
--- stable/7/sys/conf/newvers.sh	Thu Feb 24 20:44:11 2011	(r219009)
+++ stable/7/sys/conf/newvers.sh	Thu Feb 24 21:19:30 2011	(r219010)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="7.4"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list