comparison mcabber/mcabber/api.h @ 1952:975f6f26b052

Update API ChangeLog (v17)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 14 Mar 2011 13:07:55 +0100
parents a65ce358cee3
children 1c684577705e
comparison
equal deleted inserted replaced
1951:1a01a7ef4e43 1952:975f6f26b052
1 #ifndef __MCABBER_API_H__ 1 #ifndef __MCABBER_API_H__
2 #define __MCABBER_API_H__ 1 2 #define __MCABBER_API_H__ 1
3 3
4 #include <mcabber/config.h> // For MCABBER_BRANCH 4 #include <mcabber/config.h> // For MCABBER_BRANCH
5 5
6 #define MCABBER_API_VERSION 16 6 #define MCABBER_API_VERSION 17
7 #define MCABBER_API_MIN 13 7 #define MCABBER_API_MIN 13
8 8
9 extern const gchar *mcabber_branch; 9 extern const gchar *mcabber_branch;
10 extern const guint mcabber_api_version; 10 extern const guint mcabber_api_version;
11 11