diff mcabber/mcabber/api.h @ 1806:9daf6b3f30d6

Add hook-unread-list-change
author Mikael Berthe <mikael@lilotux.net>
date Sun, 21 Mar 2010 15:22:48 +0100
parents b135572fcd26
children e6d355e50d7a
line wrap: on
line diff
--- a/mcabber/mcabber/api.h	Sun Mar 21 15:18:40 2010 +0100
+++ b/mcabber/mcabber/api.h	Sun Mar 21 15:22:48 2010 +0100
@@ -3,8 +3,8 @@
 
 #include <mcabber/config.h> // For MCABBER_BRANCH
 
-#define MCABBER_API_VERSION 9
-#define MCABBER_API_MIN     8
+#define MCABBER_API_VERSION 10
+#define MCABBER_API_MIN     9
 
 extern const gchar *mcabber_branch;
 extern const guint mcabber_api_version;