aboutsummaryrefslogtreecommitdiff
path: root/include/moduledefs.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-08-25 20:38:24 +0100
committerGravatar Sadie Powell2022-08-25 20:49:30 +0100
commite147b461173c58eb443eee0ac56f7d3c3c4b2c3a (patch)
tree0de29a43c99d4e87e02f50ae5fa46d11fc4e5206 /include/moduledefs.h
parentUpdate copyright headers. (diff)
Release v3.14.0. v3.14.0
Diffstat (limited to 'include/moduledefs.h')
-rw-r--r--include/moduledefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/moduledefs.h b/include/moduledefs.h
index 2a09aee2b..4edb619c0 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 3019UL
+#define MODULE_ABI 3020UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)