summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-03-12 18:57:12 +0000
committerXin LI <delphij@FreeBSD.org>2013-03-12 18:57:12 +0000
commit76bc5c1c8976bb73bd2160a0536bc449791e9d69 (patch)
tree169fb1b6ebe2faa60c26719e0153646316d5184f /sys
parentc19e262bceeedeb50d490c49f9563a280e82db87 (diff)
Identify as 8.4-PRERELEASE.
Approved by: re (kib)
Notes
svn path=/stable/8/; revision=248213
Diffstat (limited to 'sys')
-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 396f3901b612..c7aba3e1926b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -31,8 +31,8 @@
# $FreeBSD$
TYPE="FreeBSD"
-REVISION="8.3"
-BRANCH="STABLE"
+REVISION="8.4"
+BRANCH="PRERELEASE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi