summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-08-18 00:21:12 +0000
committerscottl <scottl@FreeBSD.org>2004-08-18 00:21:12 +0000
commit02e483dd36730bab7d94e684f47b5be9d0c958b1 (patch)
treea743fdfc3195b709714c6a23cb5281ddba775bc6 /sys
parente4a34b65ad08ea7247d310eed0ec0fab9a4d7516 (diff)
downloadFreeBSD-src-02e483dd36730bab7d94e684f47b5be9d0c958b1.zip
FreeBSD-src-02e483dd36730bab7d94e684f47b5be9d0c958b1.tar.gz
HEAD is now 6-CURRENT
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/newvers.sh2
-rw-r--r--sys/sys/param.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e2dafba..f2770a8 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -31,7 +31,7 @@
# $FreeBSD$
TYPE="FreeBSD"
-REVISION="5.2"
+REVISION="6.0"
BRANCH="CURRENT"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"
diff --git a/sys/sys/param.h b/sys/sys/param.h
index fc0e69c..add8a6c 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -55,7 +55,7 @@
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 502128 /* Master, propagated to newvers */
+#define __FreeBSD_version 600000 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>
OpenPOWER on IntegriCloud