00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef log4c_version_h
00011 #define log4c_version_h
00012
00019 #include <log4c/defs.h>
00020
00021 __LOG4C_BEGIN_DECLS
00022
00026 #define LOG4C_MAJOR_VERSION 1
00027
00030 #define LOG4C_MINOR_VERSION 2
00031
00034 #define LOG4C_MICRO_VERSION 1
00035
00039 extern const int log4c_major_version;
00043 extern const int log4c_minor_version;
00047 extern const int log4c_micro_version;
00048
00052 extern const char* log4c_version(void);
00053
00054 __LOG4C_END_DECLS
00055
00056 #endif
00057