diff mcabber/mcabber/api.h @ 1780:e4378fbab5d7

Major API cleanup - bump API to 4 Get rid of old CamelCase names in screen.h
author Mikael Berthe <mikael@lilotux.net>
date Sun, 14 Mar 2010 12:09:08 +0100
parents d80a9e32ab1a
children 5c043358ded0
line wrap: on
line diff
--- a/mcabber/mcabber/api.h	Sun Mar 14 12:24:44 2010 +0200
+++ b/mcabber/mcabber/api.h	Sun Mar 14 12:09:08 2010 +0100
@@ -3,8 +3,8 @@
 
 #include <mcabber/config.h> // For MCABBER_BRANCH
 
-#define MCABBER_API_VERSION 3
-#define MCABBER_API_MIN     3
+#define MCABBER_API_VERSION 4
+#define MCABBER_API_MIN     4
 
 extern const gchar *mcabber_branch;
 extern const guint mcabber_api_version;