svn commit: r215685 - stable/7/sys/conf
Ken Smith
kensmith at FreeBSD.org
Mon Nov 22 16:10:54 UTC 2010
Author: kensmith
Date: Mon Nov 22 16:10:54 2010
New Revision: 215685
URL: http://svn.freebsd.org/changeset/base/215685
Log:
We're a bit under a week from Code Freeze for the upcoming 7.4-RELEASE
cycle. Warn people tracking stable/7 that the branch may be more
active than usual.
Modified:
stable/7/sys/conf/newvers.sh
Modified: stable/7/sys/conf/newvers.sh
==============================================================================
--- stable/7/sys/conf/newvers.sh Mon Nov 22 16:09:57 2010 (r215684)
+++ stable/7/sys/conf/newvers.sh Mon Nov 22 16:10:54 2010 (r215685)
@@ -31,8 +31,8 @@
# $FreeBSD$
TYPE="FreeBSD"
-REVISION="7.3"
-BRANCH="STABLE"
+REVISION="7.4"
+BRANCH="PRERELEASE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
More information about the svn-src-stable
mailing list