diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-01-21 14:13:02 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-21 14:13:02 +0100 |
commit | 89510c143fac8a299a7ede46fe1a8220c703cb1c (patch) | |
tree | a47cfb03d0f2fdc269534256e877af60fdec982b /include | |
parent | dca7232d63f3d7d69ea38f0d2ad7337c12803bf3 (diff) |
Bump API version because of 3f4d54eb031f1cd6b016dfe1f768ed86303e3856
Diffstat (limited to 'include')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 00f2cbb62..c0d852b09 100644 --- a/include/modules.h +++ b/include/modules.h @@ -116,7 +116,7 @@ struct ModResult { * and numerical comparisons in preprocessor macros if they wish to support * multiple versions of InspIRCd in one file. */ -#define INSPIRCD_VERSION_API 6 +#define INSPIRCD_VERSION_API 7 /** * This #define allows us to call a method in all |