version.h

Go to the documentation of this file.
00001 
00024 #ifndef _PURPLE_VERSION_H_
00025 #define _PURPLE_VERSION_H_
00026 
00027 #define PURPLE_MAJOR_VERSION (2)
00028 #define PURPLE_MINOR_VERSION (0)
00029 #define PURPLE_MICRO_VERSION (2)
00030 
00031 #define PURPLE_VERSION_CHECK(x,y,z) ((x) == PURPLE_MAJOR_VERSION && \
00032                                      ((y) < PURPLE_MINOR_VERSION || \
00033                                       ((y) == PURPLE_MINOR_VERSION && (z) <= PURPLE_MICRO_VERSION)))
00034 
00035 #ifdef __cplusplus
00036 extern "C" {
00037 #endif
00038 
00050 const char *purple_version_check(guint required_major, guint required_minor, guint required_micro);
00051 
00052 #ifdef __cplusplus
00053 }
00054 #endif
00055 
00056 #endif /* _PURPLE_VERSION_H_ */
00057 

Generated on Thu Jul 12 22:33:02 2007 for pidgin by  doxygen 1.4.6