Main Page | Data Structures | File List | Globals | Related Pages

version.h

Go to the documentation of this file.
00001 /* $Id: version.h.in,v 1.3 2003/09/12 21:06:45 legoater Exp $
00002  *
00003  * version.h
00004  * 
00005  * Copyright 2001-2003, Meiosys (www.meiosys.com). All rights reserved.
00006  *
00007  * See the COPYING file for the terms of usage and distribution.
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 0
00031 
00034 #define LOG4C_MICRO_VERSION 12
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 

Generated on Sat Dec 11 15:01:53 2004 for log4c by  doxygen 1.3.9.1