1 #ifndef __MCABBER_API_H__
2 #define __MCABBER_API_H__ 1
4 #include <mcabber/config.h> // For MCABBER_BRANCH
6 #define MCABBER_API_VERSION 12
7 #define MCABBER_API_MIN 11
9 extern const gchar
*mcabber_branch
;
10 extern const guint mcabber_api_version
;
13 /* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2: For Vim users... */