aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-04-28 10:22:59 +0100
committerGravatar Sadie Powell2023-04-28 10:22:59 +0100
commit2950bc7a2ff3cb61c21ae34dc5f8f72e39042e34 (patch)
tree640309fb8bc0aed2aed433bb650467761341c8c2 /include
parentUpdate copyright headers. (diff)
Release v3.16.0. v3.16.0
Diffstat (limited to 'include')
-rw-r--r--include/moduledefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/moduledefs.h b/include/moduledefs.h
index e1adffda6..cc61dae66 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 3021UL
+#define MODULE_ABI 3022UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)