aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-12-30 11:32:39 +0000
committerGravatar Sadie Powell2022-12-30 11:33:00 +0000
commit1106b97c410d770600d9e42d61cc3a8a810e5a49 (patch)
treefc409ad55499cafd65702995e1bdd3c96efd6397 /include
parentUpdate copyright headers. (diff)
Release v3.15.0. v3.15.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 4edb619c0..e1adffda6 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 3020UL
+#define MODULE_ABI 3021UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)