From fe49a382a0f9be73004f0833e7f626ea7dbb7c97 Mon Sep 17 00:00:00 2001 From: Eric Ehlers Date: Thu, 15 Jul 2021 11:06:28 +0200 Subject: [PATCH] increment version number --- ObjectHandler/Docs/objecthandler.doxy | 4 +- ObjectHandler/Docs/oh_header.html | 2 +- ObjectHandler/Docs/pages/conventions.docs | 10 +- ObjectHandler/Docs/pages/installation.docs | 60 ++++++------ ObjectHandler/Examples/C++/ExampleCpp.vcxproj | 16 ++-- .../ExampleObjects/ExampleObjects.vcxproj | 16 ++-- .../Examples/xl/ExampleXllDynamic1.vcxproj | 24 ++--- .../Examples/xl/ExampleXllDynamic2.vcxproj | 24 ++--- .../Examples/xl/ExampleXllStatic.vcxproj | 48 +++++----- ObjectHandler/configure.ac | 2 +- ObjectHandler/dev_tools/find_replace.py | 12 +-- ObjectHandler/dev_tools/notes.txt | 10 +- ObjectHandler/oh/logger.hpp | 2 +- ObjectHandler/oh/ohdefines.hpp | 8 +- ObjectHandler/ohlib.vcxproj | 16 ++-- ObjectHandler/ohxl/ohxll/ohxll.vcxproj | 16 ++-- ObjectHandler/ohxl/ohxllib/ohxllib.vcxproj | 16 ++-- ObjectHandler/ohxl/ohxllib/ohxllib2.vcxproj | 16 ++-- ObjectHandler/ohxl/register/addin.cpp | 2 +- QuantLibAddin/Addins/C/AddinC_vc8.vcproj | 8 +- QuantLibAddin/Addins/C/auto_link.h | 4 +- QuantLibAddin/Addins/Calc_old/Makefile.vc | 2 +- QuantLibAddin/Addins/Calc_old/uno.ini | 4 +- QuantLibAddin/Addins/Cpp/AddinCpp.vcxproj | 16 ++-- .../Clients/Cpp/ClientCppDemo.vcxproj | 16 ++-- .../CppInstrumentIn/CppInstrumentIn.vcxproj | 16 ++-- .../CppSwapOut/ClientCppSwapOut.vcxproj | 16 ++-- QuantLibAddin/Docs/pages/build_calc.docs | 10 +- QuantLibAddin/Docs/pages/build_cpp.docs | 92 +++++++++---------- QuantLibAddin/Docs/pages/build_qlxl.docs | 60 ++++++------ QuantLibAddin/Docs/pages/extend.tutorial.docs | 2 +- QuantLibAddin/Docs/pages/serialization.docs | 20 ++-- QuantLibAddin/Docs/qla_header.html | 2 +- QuantLibAddin/Docs/quantlibaddin.doxy | 4 +- QuantLibAddin/QuantLibObjects.vcxproj | 16 ++-- QuantLibAddin/QuantLibObjects2.vcxproj | 16 ++-- QuantLibAddin/QuantLibObjects3.vcxproj | 16 ++-- QuantLibAddin/QuantLibObjects4.vcxproj | 16 ++-- QuantLibAddin/configure.ac | 2 +- QuantLibAddin/qlo/qladdindefines.hpp | 12 +-- QuantLibXL/Docs/pages/index.docs | 2 +- QuantLibXL/Docs/pages/installation.docs | 6 +- QuantLibXL/Docs/qlxl_header.html | 2 +- QuantLibXL/Docs/quantlibxl.doxy | 4 +- QuantLibXL/LauncherFrameworks/QuantLibXL.xml | 4 +- QuantLibXL/configure.ac | 2 +- QuantLibXL/make_zip.py | 4 +- QuantLibXL/qlxl/QuantLibXLDynamic.vcxproj | 16 ++-- QuantLibXL/qlxl/QuantLibXLStatic.vcxproj | 48 +++++----- QuantLibXL/qlxl/QuantLibXLStatic2.vcxproj | 48 +++++----- QuantLibXL/zip/unzip.bat | 2 +- gensrc/Docs/gensrc.doxy | 4 +- gensrc/Docs/gs_header.html | 2 +- gensrc/Docs/gs_headeronline.html | 2 +- gensrc/configure.ac | 2 +- .../src/main/include/log4cxx/log4cxxdefines.h | 4 +- 56 files changed, 403 insertions(+), 403 deletions(-) diff --git a/ObjectHandler/Docs/objecthandler.doxy b/ObjectHandler/Docs/objecthandler.doxy index d0980b6aa..813742b68 100644 --- a/ObjectHandler/Docs/objecthandler.doxy +++ b/ObjectHandler/Docs/objecthandler.doxy @@ -38,7 +38,7 @@ PROJECT_NAME = ObjectHandler # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.22.0 +PROJECT_NUMBER = 1.23.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -1345,7 +1345,7 @@ GENERATE_HTMLHELP = YES # written to the html output directory. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. -CHM_FILE = ../ObjectHandler-docs-1.22.0.chm +CHM_FILE = ../ObjectHandler-docs-1.23.0.chm # The HHC_LOCATION tag can be used to specify the location (absolute path # including file name) of the HTML help compiler (hhc.exe). If non-empty, diff --git a/ObjectHandler/Docs/oh_header.html b/ObjectHandler/Docs/oh_header.html index f523a778d..f17cb442e 100644 --- a/ObjectHandler/Docs/oh_header.html +++ b/ObjectHandler/Docs/oh_header.html @@ -28,7 +28,7 @@
-
Version 1.22.0
+
Version 1.23.0