# HG changeset patch # User Mikael Berthe # Date 1291238234 -3600 # Node ID a65ce358cee387bfb1b613306d2e64cc0e498441 # Parent c55f62570573440adb663d8175b1a2d8635d1e00 Restore dev API numbers diff -r c55f62570573 -r a65ce358cee3 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 // 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;