summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-08-15 08:49:07 +0000
committerimp <imp@FreeBSD.org>2010-08-15 08:49:07 +0000
commit7321910ddaa15655283f699645ba7c8aec64af4c (patch)
treed0d2d548cc452ae642530697a91f8d3cf2eee72d /usr.sbin/config
parent60ebbbda54dee74316fc44a7e177bd99e69fb170 (diff)
downloadFreeBSD-src-7321910ddaa15655283f699645ba7c8aec64af4c.zip
FreeBSD-src-7321910ddaa15655283f699645ba7c8aec64af4c.tar.gz
Given the lag between introducing the options-compat and fixing the
bug in the config file was long, and merged to stable, we have to bump the version here so that stable/8 kernels can have their required version number bumped to make sure the right config is used. MFC after: 3 days
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/configvers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h
index c58a64b..a2ce89a 100644
--- a/usr.sbin/config/configvers.h
+++ b/usr.sbin/config/configvers.h
@@ -49,5 +49,5 @@
*
* $FreeBSD$
*/
-#define CONFIGVERS 600010
+#define CONFIGVERS 600011
#define MAJOR_VERS(x) ((x) / 100000)
OpenPOWER on IntegriCloud