mcabber/mcabber/api.h
changeset 1986 ad77110343d6
parent 1981 1c684577705e
child 1988 dd65a18dc480
equal deleted inserted replaced
1985:0870005f7efc 1986:ad77110343d6
     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 18
     6 #define MCABBER_API_VERSION 19
     7 #define MCABBER_API_MIN     18
     7 #define MCABBER_API_MIN     19
     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 
    12 #endif
    12 #endif