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

Ken Smith kensmith at FreeBSD.org
Tue Mar 17 07:18:01 PDT 2009


Author: kensmith
Date: Tue Mar 17 14:17:59 2009
New Revision: 189929
URL: http://svn.freebsd.org/changeset/base/189929

Log:
  We're a little less than a week from code freeze for the 7.2-REL release
  cycle.  Give people a heads-up that there might be higher than usual
  developer activity during this period by starting to call it 7.2-PRERELEASE
  now.

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

Modified: stable/7/sys/conf/newvers.sh
==============================================================================
--- stable/7/sys/conf/newvers.sh	Tue Mar 17 13:07:11 2009	(r189928)
+++ stable/7/sys/conf/newvers.sh	Tue Mar 17 14:17:59 2009	(r189929)
@@ -31,8 +31,8 @@
 # $FreeBSD$
 
 TYPE="FreeBSD"
-REVISION="7.1"
-BRANCH="STABLE"
+REVISION="7.2"
+BRANCH="PRERELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


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