Restore dev API numbers
authorMikael Berthe <mikael@lilotux.net>
Wed, 01 Dec 2010 22:17:14 +0100
changeset 1934 a65ce358cee3
parent 1933 c55f62570573
child 1935 a06d9eab14c5
Restore dev API numbers
mcabber/mcabber/api.h
--- a/mcabber/mcabber/api.h	Wed Dec 01 22:14:38 2010 +0100
+++ b/mcabber/mcabber/api.h	Wed Dec 01 22:17:14 2010 +0100
@@ -3,8 +3,8 @@
 
 #include <mcabber/config.h> // For MCABBER_BRANCH
 
-#define MCABBER_API_VERSION 1
-#define MCABBER_API_MIN     1
+#define MCABBER_API_VERSION 16
+#define MCABBER_API_MIN     13
 
 extern const gchar *mcabber_branch;
 extern const guint mcabber_api_version;