log4c  1.2.1
version.h
Go to the documentation of this file.
1 /* $Id$
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 1
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 
log4c_major_version
const int log4c_major_version
Definition: version.c:17
LOG4C_MAJOR_VERSION
#define LOG4C_MAJOR_VERSION
Definition: version.h:26
LOG4C_MICRO_VERSION
#define LOG4C_MICRO_VERSION
Definition: version.h:34
log4c_micro_version
const int log4c_micro_version
Definition: version.c:19
version.h
log4c version information
LOG4C_MINOR_VERSION
#define LOG4C_MINOR_VERSION
Definition: version.h:30
log4c_minor_version
const int log4c_minor_version
Definition: version.c:18
log4c_version
const char * log4c_version(void)
Definition: version.c:22