Note that we've entered code freeze and the 6.1-RELEASE cycle has

begun but we're not ready to branch yet so we call it PRERELEASE
between now and when we're ready to branch.

Approved by:	re (implicit)
This commit is contained in:
kensmith 2006-02-01 18:04:43 +00:00
parent ce5ae18e82
commit 764cb1fdfc

View File

@ -31,8 +31,8 @@
# $FreeBSD$
TYPE="FreeBSD"
REVISION="6.0"
BRANCH="STABLE"
REVISION="6.1"
BRANCH="PRERELEASE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi