diff options
| author | 2019-04-04 12:21:52 +0100 | |
|---|---|---|
| committer | 2019-04-04 12:27:56 +0100 | |
| commit | 656ce184b91f05604d9db599d6230c19a734389c (patch) | |
| tree | ce47600660f88a3152a2a376edfe474d5f617433 /include | |
| parent | Document OnUserInit properly and add OnUserPostInit. (diff) | |
| download | inspircd++-656ce184b91f05604d9db599d6230c19a734389c.tar.gz inspircd++-656ce184b91f05604d9db599d6230c19a734389c.tar.bz2 inspircd++-656ce184b91f05604d9db599d6230c19a734389c.zip | |
Bump the API revision for the previous commit.
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 ebb3c63b4..3e9df35aa 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 2 +#define INSPIRCD_VERSION_API 3 /** * This #define allows us to call a method in all |
