diff options
author | imp <imp@FreeBSD.org> | 2014-02-04 18:28:58 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2014-02-04 18:28:58 +0000 |
commit | 5250b91b6882145cf662aaa5303d7e9c0262cdd9 (patch) | |
tree | a27c56c853d03f5b8425b0d464c68948cd4ef37d /usr.sbin/config/configvers.h | |
parent | fdc52c1fa04b64b01ee1dd7359d122b2ccb43cea (diff) | |
download | FreeBSD-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.h | 2 |
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) |