diff options
author | Peter Powell <petpow@saberuk.com> | 2019-12-03 12:25:12 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-12-03 12:25:12 +0000 |
commit | 7f36a337134102b46e4b1c80d989f38ee08ec194 (patch) | |
tree | d672c1db0abfa3b11f5970bd7409a51bbbf77e23 | |
parent | 54b3cf898ed03b6f1f6990d1749b6614258ae315 (diff) |
Bump the InspIRCd ABI version.
-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 d739f0cf1..8ec591024 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 7 +#define INSPIRCD_VERSION_API 8 /** * This #define allows us to call a method in all |