diff mcabber/mcabber/api.h @ 1813:1c3efa9bc422

s/HOOK_HANDLER_RESULT_ALLOW_MORE_HOOKS/HOOK_HANDLER_RESULT_ALLOW_MORE_HANDLERS Similar to Loudmouth's return code. Bump API revision (11)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Mar 2010 21:56:20 +0100
parents e6d355e50d7a
children d13315366ba5
line wrap: on
line diff
--- a/mcabber/mcabber/api.h	Mon Mar 22 21:47:22 2010 +0100
+++ b/mcabber/mcabber/api.h	Mon Mar 22 21:56:20 2010 +0100
@@ -3,8 +3,8 @@
 
 #include <mcabber/config.h> // For MCABBER_BRANCH
 
-#define MCABBER_API_VERSION 10
-#define MCABBER_API_MIN     9
+#define MCABBER_API_VERSION 11
+#define MCABBER_API_MIN     11
 
 extern const gchar *mcabber_branch;
 extern const guint mcabber_api_version;