aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-11-02 09:03:06 +0000
committerGravatar Sadie Powell2024-11-02 09:03:06 +0000
commit7734b2e0f5d526da3607164bb415db2ac0e519f5 (patch)
tree7091fc1e0cdd519dd83960fb755e3ef203c91bcf /include
parentUpdate copyright headers. (diff)
Release v4.4.0. v4.4.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 966bd5969..ce99bbcd4 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 4003UL
+#define MODULE_ABI 4004UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)