diff options
| author | 2021-12-31 00:01:02 +0000 | |
|---|---|---|
| committer | 2021-12-31 00:01:02 +0000 | |
| commit | 11b09c10e7fe5ce9a6d99817851b64268ab51a25 (patch) | |
| tree | baadf64aa28b68abe1d83a821a000e87280a5a8a /include/moduledefs.h | |
| parent | Update copyright headers. (diff) | |
Release v3.12.0. v3.12.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 a46157a3e..c16c11583 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 3017UL +#define MODULE_ABI 3018UL /** Stringifies the value of a symbol. */ #define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF) |
