aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-12-06 08:45:14 +0000
committerGravatar Sadie Powell2025-12-06 08:45:14 +0000
commit4786b4fb0d9e62dca9c8b3078ceae5c2382a0ca6 (patch)
treed09fce31bc4be553a6efeab53f1d98883aa92a41 /include
parentUpdate copyright headers. (diff)
Release v4.9.0. v4.9.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 716defae0..8f16939a9 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 4008UL
+#define MODULE_ABI 4009UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)