log4c  1.2.4
src/log4c/version.h
1 /* $Id: version.h.in,v 1.3 2003/09/12 21:06:45 legoater Exp $
2  *
3  * version.h
4  *
5  * Copyright 2001-2003, Meiosys (www.meiosys.com). All rights reserved.
6  *
7  * See the COPYING file for the terms of usage and distribution.
8  */
9 
10 #ifndef log4c_version_h
11 #define log4c_version_h
12 
19 #include <log4c/defs.h>
20 
21 __LOG4C_BEGIN_DECLS
22 
26 #define LOG4C_MAJOR_VERSION 1
27 
30 #define LOG4C_MINOR_VERSION 2
31 
34 #define LOG4C_MICRO_VERSION 4
35 
39 extern const int log4c_major_version;
43 extern const int log4c_minor_version;
47 extern const int log4c_micro_version;
48 
52 extern const char* log4c_version(void);
53 
54 __LOG4C_END_DECLS
55 
56 #endif
57