aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-09-07 11:14:08 +0100
committerGravatar Sadie Powell2024-09-07 11:14:08 +0100
commit83e142fa2fba41a8e2f56fcfcf02de16af5d215e (patch)
treef36423aaf52f5a8ab38f0ef56d769a88a691557b /include
parentUpdate copyright headers. (diff)
Release v4.3.0. v4.3.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 23bb217a9..966bd5969 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 4002UL
+#define MODULE_ABI 4003UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)