svn commit: r208192 - stable/8/sys/conf
Ken Smith
kensmith at FreeBSD.org
Mon May 17 14:20:26 UTC 2010
Author: kensmith
Date: Mon May 17 14:20:26 2010
New Revision: 208192
URL: http://svn.freebsd.org/changeset/base/208192
Log:
Since sometimes developer activity the week before a code freeze starts causes
the stable branch to be a little less reliable than normal mark the stable/8
branch as 8.1-PRERELEASE to warn users.
Modified:
stable/8/sys/conf/newvers.sh
Modified: stable/8/sys/conf/newvers.sh
==============================================================================
--- stable/8/sys/conf/newvers.sh Mon May 17 14:00:46 2010 (r208191)
+++ stable/8/sys/conf/newvers.sh Mon May 17 14:20:26 2010 (r208192)
@@ -31,8 +31,8 @@
# $FreeBSD$
TYPE="FreeBSD"
-REVISION="8.0"
-BRANCH="STABLE"
+REVISION="8.1"
+BRANCH="PRERELEASE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
More information about the svn-src-stable
mailing list