]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/moduledefs.h
Don't kill cloaking users when hash/md5 is missing.
[user/henk/code/inspircd.git] / include / moduledefs.h
index a706a88832eeddc21fc9e16a88b5c6988d04e485..ecfb4c354633e1ab1ef0a847508bf19164fa10fe 100644 (file)
@@ -22,7 +22,7 @@
 class Module;
 
 /** The version of the InspIRCd ABI which is presently in use. */
-#define MODULE_ABI 3012UL
+#define MODULE_ABI 3013UL
 
 /** Stringifies the value of a symbol. */
 #define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)