diff options
author | Sadie Powell <sadie@witchery.services> | 2020-01-31 12:42:54 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-01-31 12:42:54 +0000 |
commit | 4ce16000d3c7cdd46cbc84f608ec7c6d390d6817 (patch) | |
tree | 2d79cc7afaecfd704d2c5e7960577735780a4453 /include/modules.h | |
parent | 8eeb48ab21e417de8b7aa3e2253205afb640e32b (diff) |
Bump the ABI version.
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 5190860fe..6f483f32b 100644 --- a/include/modules.h +++ b/include/modules.h @@ -112,7 +112,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 8 +#define INSPIRCD_VERSION_API 9 /** * This #define allows us to call a method in all |