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

Ken Smith kensmith at FreeBSD.org
Sat Jan 23 15:28:19 UTC 2010


Author: kensmith
Date: Sat Jan 23 15:28:18 2010
New Revision: 202888
URL: http://svn.freebsd.org/changeset/base/202888

Log:
  Adjust to indicate we've begun the 7.3-RELEASE release cycle.
  
  Approved by:	re (implicit)

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

Modified: stable/7/sys/conf/newvers.sh
==============================================================================
--- stable/7/sys/conf/newvers.sh	Sat Jan 23 14:56:16 2010	(r202887)
+++ stable/7/sys/conf/newvers.sh	Sat Jan 23 15:28:18 2010	(r202888)
@@ -31,8 +31,8 @@
 # $FreeBSD$
 
 TYPE="FreeBSD"
-REVISION="7.2"
-BRANCH="STABLE"
+REVISION="7.3"
+BRANCH="PRERELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


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