]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/moduledefs.h
Fix unnecessary begin blocks in Perl source files.
[user/henk/code/inspircd.git] / include / moduledefs.h
index ecfb4c354633e1ab1ef0a847508bf19164fa10fe..564c41f8bbce9dbe3fe70d3e64af8f87ddccef2a 100644 (file)
@@ -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)