aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-08-27 09:30:29 +0100
committerGravatar Sadie Powell2021-08-27 09:39:16 +0100
commitf643bd4833f31160b73d2a095c6a0ceda92e2c4c (patch)
treebac1534ec7a7f0ba7105c8eabea2267032100960 /include
parentUpdate copyright headers. (diff)
Release v3.11.0. v3.11.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 45d3366b0..a46157a3e 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 3016UL
+#define MODULE_ABI 3017UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)