diff options
author | Peter Powell <petpow@saberuk.com> | 2019-04-19 13:47:36 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-04-19 13:47:36 +0100 |
commit | 329cb421904698a020a7dd6df9fadbad88b6d411 (patch) | |
tree | fda44d29cc1e22d2e3cea66133abae6d3c997ff5 /include/modules.h | |
parent | ac7aeb8b02f9bfb78b2e4e4491bf59d786781fce (diff) |
Bump the API revision for the previous commits.
Diffstat (limited to 'include/modules.h')
-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 8a672effe..cd4fdce05 100644 --- a/include/modules.h +++ b/include/modules.h @@ -107,7 +107,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 4 +#define INSPIRCD_VERSION_API 5 /** * This #define allows us to call a method in all |