aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-05-14 14:32:51 +0100
committerGravatar Sadie Powell2021-05-14 14:49:07 +0100
commit6ff8f38a6d55970af1400cc78994e017ca351c39 (patch)
tree7ec64e778afd10aaa5722aaf499a8b51cf06cc45 /include
parentUpdate copyright headers. (diff)
Release v3.10.0. v3.10.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 67aa062bf..45d3366b0 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 3015UL
+#define MODULE_ABI 3016UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)