summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2010-05-17 14:20:26 +0000
committerkensmith <kensmith@FreeBSD.org>2010-05-17 14:20:26 +0000
commit3daf73cdcd062d14dc7d1cffe4e78790031572b2 (patch)
treeede714851081fe32401edf71ea7b64dd2c556a44
parent0af2e00748bcb4e5455492b72420d3a2c11386a3 (diff)
downloadFreeBSD-src-3daf73cdcd062d14dc7d1cffe4e78790031572b2.zip
FreeBSD-src-3daf73cdcd062d14dc7d1cffe4e78790031572b2.tar.gz
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.
-rw-r--r--sys/conf/newvers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 400dd56..436b0ef 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -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
OpenPOWER on IntegriCloud