summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/configvers.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-02-04 18:28:58 +0000
committerimp <imp@FreeBSD.org>2014-02-04 18:28:58 +0000
commit5250b91b6882145cf662aaa5303d7e9c0262cdd9 (patch)
treea27c56c853d03f5b8425b0d464c68948cd4ef37d /usr.sbin/config/configvers.h
parentfdc52c1fa04b64b01ee1dd7359d122b2ccb43cea (diff)
downloadFreeBSD-src-5250b91b6882145cf662aaa5303d7e9c0262cdd9.zip
FreeBSD-src-5250b91b6882145cf662aaa5303d7e9c0262cdd9.tar.gz
Implement the '!' operator for files* files. It means 'include this
only if the specified option is NOT specified.' Bump version because old config won't be able to cope with files* files that have this construct in them.
Diffstat (limited to 'usr.sbin/config/configvers.h')
-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 6e044b8..56ca85c 100644
--- a/usr.sbin/config/configvers.h
+++ b/usr.sbin/config/configvers.h
@@ -49,5 +49,5 @@
*
* $FreeBSD$
*/
-#define CONFIGVERS 600012
+#define CONFIGVERS 600013
#define MAJOR_VERS(x) ((x) / 100000)
OpenPOWER on IntegriCloud