Update of /cvsroot/objecthandler/log4cxx-0.9.7/include/log4cxx
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5060/include/log4cxx
Modified Files:
config_msvc.h
Added Files:
log4cxxdefines.h
Log Message:
enforce version number checks
Index: config_msvc.h
===================================================================
RCS file: /cvsroot/objecthandler/log4cxx-0.9.7/include/log4cxx/config_msvc.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** config_msvc.h 25 May 2006 16:01:05 -0000 1.2
--- config_msvc.h 7 Aug 2006 13:36:27 -0000 1.3
***************
*** 3,7 ****
/* Version number of package */
! #define VERSION "0.9.6"
/* Define to 1 if you have the `ftime' function. */
--- 3,7 ----
/* Version number of package */
! #define VERSION "0.9.7a"
/* Define to 1 if you have the `ftime' function. */
--- NEW FILE: log4cxxdefines.h ---
/*
Copyright (C) 2006 Eric Ehlers
This file is part of QuantLib, a free-software/open-source library
for financial quantitative analysts and developers - http://quantlib.org/
QuantLib is free software: you can redistribute it and/or modify it under the
terms of the QuantLib license. You should have received a copy of the
license along with this program; if not, please email qua...@li...
The license is also available online at http://quantlib.org/html/license.html
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the license for more details.
*/
// This file is used to be #included by client applications to enforce version
// number checks. This package is based on log4cxx version 0.9.7, customized
// for use by ObjectHandler. We designate log4cxx hexidecimal version
// "0x030907f1" for use with ObjectHandler version 0.1.4.
#define LOG4CXX_VERSION 0x030907f1
|