summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2007-10-11 04:28:08 +0000
committerkensmith <kensmith@FreeBSD.org>2007-10-11 04:28:08 +0000
commitc80a7cd238808875211d82d4b00b7dd418070388 (patch)
treed771322232aef33ec79de2b3e18d4ce9e72782ac /sys
parent19aa36cbf7ba0aece672571a03b6221cc01cae35 (diff)
downloadFreeBSD-src-c80a7cd238808875211d82d4b00b7dd418070388.zip
FreeBSD-src-c80a7cd238808875211d82d4b00b7dd418070388.tar.gz
To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.
Approved by: re (implicit)
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 036712d..3b79be9 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -31,7 +31,7 @@
# $FreeBSD$
TYPE="FreeBSD"
-REVISION="7.0"
+REVISION="8.0"
BRANCH="CURRENT"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
diff --git a/sys/sys/param.h b/sys/sys/param.h
index a52fa7d..266eb0a 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 700053 /* Master, propagated to newvers */
+#define __FreeBSD_version 800000 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>
OpenPOWER on IntegriCloud