aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-07-11 08:34:49 +0000
committerScott Long <scottl@FreeBSD.org>2005-07-11 08:34:49 +0000
commit028dbfaa3e3c553592d8c7e3d58f1c0c23848fda (patch)
treea5f83f2c23d8f216af10d1ae4b3dddc8a9717930 /sys/conf/newvers.sh
parent8d0b27ec4d325559fa83c20d925cf6da94beff3b (diff)
downloadsrc-028dbfaa3e3c553592d8c7e3d58f1c0c23848fda.tar.gz
src-028dbfaa3e3c553592d8c7e3d58f1c0c23848fda.zip
Make the RELENG_6 branch operation official by moving HEAD to 7.0-CURRENT.
Approved by: re
Notes
Notes: svn path=/head/; revision=147925
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 1acd83b160ba..99367b4fc72d 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -31,7 +31,7 @@
# $FreeBSD$
TYPE="FreeBSD"
-REVISION="6.0"
+REVISION="7.0"
BRANCH="CURRENT"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"