diff options
| author | 2024-08-03 12:40:05 +0100 | |
|---|---|---|
| committer | 2024-08-03 12:40:05 +0100 | |
| commit | dd7544a9f0d24e10e73a163441e879ec76eb9814 (patch) | |
| tree | 4dda28710c3a621e8b0987a5de44d69a31f1f052 /include/moduledefs.h | |
| parent | Update copyright headers. (diff) | |
Release v4.2.0. v4.2.0
Diffstat (limited to 'include/moduledefs.h')
| -rw-r--r-- | include/moduledefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/moduledefs.h b/include/moduledefs.h index bc9f12d60..23bb217a9 100644 --- a/include/moduledefs.h +++ b/include/moduledefs.h @@ -22,7 +22,7 @@ class Module; /** The version of the InspIRCd ABI which is presently in use. */ -#define MODULE_ABI 4001UL +#define MODULE_ABI 4002UL /** Stringifies the value of a symbol. */ #define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF) |
