diff options
author | Peter Powell <petpow@saberuk.com> | 2019-05-17 09:29:38 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-05-17 09:51:03 +0100 |
commit | 6e6007ef83e2b88b68e8cc5cc1591c1ca7ff96c7 (patch) | |
tree | 2603f6ce1105291de82f7a7cd8ac8f728fb01267 /include/modules.h | |
parent | 7b47de3c194f239c5fea09a0e49696c9af017d51 (diff) |
Release v3.1.0.
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 cd4fdce05..86d9d067d 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 5 +#define INSPIRCD_VERSION_API 6 /** * This #define allows us to call a method in all |