diff mcabber/mcabber/api.h @ 2275:3d6986784dae 1.0.3

Ready for release 1.0.3
author Mikael Berthe <mikael@lilotux.net>
date Sun, 18 Sep 2016 17:13:53 +0200
parents 3f04914d8643
children 56b0cf821f64
line wrap: on
line diff
--- a/mcabber/mcabber/api.h	Sun Sep 18 17:04:20 2016 +0200
+++ b/mcabber/mcabber/api.h	Sun Sep 18 17:13:53 2016 +0200
@@ -4,10 +4,10 @@
 #include <glib.h>
 #include <mcabber/config.h> // For MCABBER_BRANCH
 
-#define MCABBER_API_VERSION 41
-#define MCABBER_API_MIN     41
+#define MCABBER_API_VERSION 1
+#define MCABBER_API_MIN     1
 
-#define MCABBER_BRANCH_DEV  1
+/* #define MCABBER_BRANCH_DEV  0 */
 
 // cmd_add returns gpointer id
 #define MCABBER_API_HAVE_CMD_ID 1