aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-04-04 03:11:19 +0100
committerGravatar Sadie Powell2026-04-04 03:11:19 +0100
commit3ab48f688cabaa5cac5d2442e5f64b0cd8916ad3 (patch)
treed26bdba23741e812ae2f3a8d418022bca76d4fa6 /include
parentUpdate module descriptions. (diff)
Release v4.10.0. v4.10.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 8f16939a9..11c056999 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 4009UL
+#define MODULE_ABI 4010UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)