diff mcabber/mcabber/api.h @ 1986:ad77110343d6

Use a command ID with cmd_add/cmd_del (Myhailo Danylenko) Patch merged from isbear's mcabber-experimental repository.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 27 Mar 2011 18:28:45 +0200
parents 1c684577705e
children dd65a18dc480
line wrap: on
line diff
--- a/mcabber/mcabber/api.h	Sun Mar 27 13:35:08 2011 +0200
+++ b/mcabber/mcabber/api.h	Sun Mar 27 18:28:45 2011 +0200
@@ -3,8 +3,8 @@
 
 #include <mcabber/config.h> // For MCABBER_BRANCH
 
-#define MCABBER_API_VERSION 18
-#define MCABBER_API_MIN     18
+#define MCABBER_API_VERSION 19
+#define MCABBER_API_MIN     19
 
 extern const gchar *mcabber_branch;
 extern const guint mcabber_api_version;