summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-10-30 12:00:55 +0000
committerSadie Powell <sadie@witchery.services>2020-10-30 12:01:10 +0000
commitd38595e7e14e7509e744d33df657d50d00cc201f (patch)
treeaf4fe59bef6facac212f93c4f1614debd42b545f /include
parente73d011e68c577df72c2f0eae235c32cd4261870 (diff)
Release v3.8.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 ecfb4c354..564c41f8b 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 3013UL
+#define MODULE_ABI 3014UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)