summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-02-19 00:39:53 +0000
committerSadie Powell <sadie@witchery.services>2020-02-19 00:39:53 +0000
commitd1a29d72b9d72fc15000aeef9dbb35602170715a (patch)
treebcfdf05a3920c5bc04b5f05a4d9199ab73e729cd
parent895fbdece7736a770dd1ccccaecdc0e350216ee4 (diff)
Bump the module ABI version.
-rw-r--r--include/moduledefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/moduledefs.h b/include/moduledefs.h
index 4b917bf26..9f54e3eeb 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 3010UL
+#define MODULE_ABI 3011UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)