aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-01-04 12:10:09 +0000
committerGravatar Sadie Powell2025-01-04 12:10:09 +0000
commita494228f1ec49cfd0cd793e9f187e83ac148bc10 (patch)
treea762c511b3795b5cf1aa6b04ee52309b7cc747ad /include
parentUpdate copyright headers. (diff)
Release v4.5.0. v4.5.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 ce99bbcd4..ed821da35 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 4004UL
+#define MODULE_ABI 4005UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)