diff options
author | Peter Powell <petpow@saberuk.com> | 2019-04-15 12:23:43 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-04-15 12:24:13 +0100 |
commit | 7c8e2990a1cc990f73822e037e1f0866f8aba97e (patch) | |
tree | 13869adbba1fe1eb58ab11b5b90349dd0d482c9d /include/modules.h | |
parent | c2c4de7267db9835e36132364f422ba7d93f25d6 (diff) |
Bump the API revision for the previous commit.
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 ae438128d..eca64eeec 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 3 +#define INSPIRCD_VERSION_API 4 /** * This #define allows us to call a method in all |