diff mcabber/mcabber/api.h @ 1795:47699a09ceb3

Rework the hook system This hook system implementation should be more efficient and a little more flexible.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 20 Mar 2010 14:38:17 +0100
parents 6e0a8bfb3a01
children b135572fcd26
line wrap: on
line diff
--- a/mcabber/mcabber/api.h	Mon Mar 15 17:58:32 2010 +0200
+++ b/mcabber/mcabber/api.h	Sat Mar 20 14:38:17 2010 +0100
@@ -3,8 +3,8 @@
 
 #include <mcabber/config.h> // For MCABBER_BRANCH
 
-#define MCABBER_API_VERSION 7
-#define MCABBER_API_MIN     4
+#define MCABBER_API_VERSION 8
+#define MCABBER_API_MIN     8
 
 extern const gchar *mcabber_branch;
 extern const guint mcabber_api_version;