]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/moduledefs.h
Implement support for the SERVLIST command.
[user/henk/code/inspircd.git] / include / moduledefs.h
index 9f54e3eeb6953217b43eb56f568486bf3de2650a..a706a88832eeddc21fc9e16a88b5c6988d04e485 100644 (file)
@@ -22,7 +22,7 @@
 class Module;
 
 /** The version of the InspIRCd ABI which is presently in use. */
-#define MODULE_ABI 3011UL
+#define MODULE_ABI 3012UL
 
 /** Stringifies the value of a symbol. */
 #define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)