diff mcabber/mcabber/api.h @ 1785:5c043358ded0

Add resource name to the hook-message-in hook Bump API version to 5
author Mikael Berthe <mikael@lilotux.net>
date Sun, 14 Mar 2010 16:15:21 +0100
parents e4378fbab5d7
children 1f913c92c9b2
line wrap: on
line diff
--- a/mcabber/mcabber/api.h	Sun Mar 14 14:07:25 2010 +0100
+++ b/mcabber/mcabber/api.h	Sun Mar 14 16:15:21 2010 +0100
@@ -3,7 +3,7 @@
 
 #include <mcabber/config.h> // For MCABBER_BRANCH
 
-#define MCABBER_API_VERSION 4
+#define MCABBER_API_VERSION 5
 #define MCABBER_API_MIN     4
 
 extern const gchar *mcabber_branch;