version.h

Go to the documentation of this file.
00001 
00024 #ifndef _GAIM_VERSION_H_
00025 #define _GAIM_VERSION_H_
00026 
00027 #define GAIM_MAJOR_VERSION 1
00028 #define GAIM_MINOR_VERSION 5
00029 #define GAIM_MICRO_VERSION 0
00030 
00031 #define GAIM_VERSION_CHECK(x,y,z) ((x) == GAIM_MAJOR_VERSION && ((y) < GAIM_MINOR_VERSION || ((y) == GAIM_MINOR_VERSION && (z) <= GAIM_MICRO_VERSION)))
00032 
00033 #ifdef __cplusplus
00034 extern "C" {
00035 #endif
00036 
00037 #ifdef __cplusplus
00038 }
00039 #endif
00040 
00041 #endif /* _GAIM_VERSION_H_ */
00042 

Generated on Sun Feb 18 08:39:33 2007 for gaim by  doxygen 1.5.1