diff options
author | Sadie Powell <sadie@witchery.services> | 2020-02-19 00:39:53 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-02-19 00:39:53 +0000 |
commit | d1a29d72b9d72fc15000aeef9dbb35602170715a (patch) | |
tree | bcfdf05a3920c5bc04b5f05a4d9199ab73e729cd /include | |
parent | 895fbdece7736a770dd1ccccaecdc0e350216ee4 (diff) |
Bump the module ABI version.
Diffstat (limited to 'include')
-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 4b917bf26..9f54e3eeb 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 3010UL +#define MODULE_ABI 3011UL /** Stringifies the value of a symbol. */ #define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF) |