diff options
author | Peter Powell <petpow@saberuk.com> | 2019-08-23 11:14:07 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-08-23 11:14:07 +0100 |
commit | 400de0ab0040b26aa413d47c7f680abe2ec2458b (patch) | |
tree | 93f52ed1ce72323c9cf8bc691ce98dde206b2c59 /include | |
parent | 9ed9396278c2499f5322575c87aa4daea33992e3 (diff) |
Release v3.3.0.
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 f5af969de..bf8b65343 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 6 +#define INSPIRCD_VERSION_API 7 /** * This #define allows us to call a method in all |