]> jfr.im git - irc/DALnet/bahamut.git/blobdiff - include/hooks.h
Updated changes for 2.1.0 release (#56)
[irc/DALnet/bahamut.git] / include / hooks.h
index 60901cbda9accebcc03fee37bda7fcc9d04a7406..b9639925222f2256acc33af210a6c2d701a2eced 100644 (file)
@@ -84,7 +84,7 @@ enum c_hooktype {
 extern int call_hooks(enum c_hooktype hooktype, ...);
 extern int init_modules();
 
-#define MODULE_INTERFACE_VERSION 1008 /* the interface version (hooks, modules.c commands, etc) */
+#define MODULE_INTERFACE_VERSION 1009 /* the interface version (hooks, modules.c commands, etc) */
 
 #ifdef BIRCMODULE
 extern void *bircmodule_add_hook(enum c_hooktype, void *, void *);