diff mcabber/mcabber/api.h @ 1787:1f913c92c9b2

Add urgent flag to the hook-message-in hook Small coding style update, and bump API to v6
author Mikael Berthe <mikael@lilotux.net>
date Sun, 14 Mar 2010 17:34:56 +0100
parents 5c043358ded0
children 6e0a8bfb3a01
line wrap: on
line diff
--- a/mcabber/mcabber/api.h	Sun Mar 14 16:17:01 2010 +0100
+++ b/mcabber/mcabber/api.h	Sun Mar 14 17:34:56 2010 +0100
@@ -3,7 +3,7 @@
 
 #include <mcabber/config.h> // For MCABBER_BRANCH
 
-#define MCABBER_API_VERSION 5
+#define MCABBER_API_VERSION 6
 #define MCABBER_API_MIN     4
 
 extern const gchar *mcabber_branch;