diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cce658e..470e89ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build, options a project(dynawo-algorithms) set(DYNAWO_ALGORITHMS_VERSION_MAJOR 1) set(DYNAWO_ALGORITHMS_VERSION_MINOR 5) -set(DYNAWO_ALGORITHMS_VERSION_PATCH 0) +set(DYNAWO_ALGORITHMS_VERSION_PATCH 1) set(DYNAWO_ALGORITHMS_VERSION_STRING ${DYNAWO_ALGORITHMS_VERSION_MAJOR}.${DYNAWO_ALGORITHMS_VERSION_MINOR}.${DYNAWO_ALGORITHMS_VERSION_PATCH}) set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) # export all symbols from dll on Windows @@ -185,7 +185,7 @@ find_package(LibArchive 2.8.0 REQUIRED) find_package(ZLIB 1.2.3 REQUIRED) #DYNAWO -find_package(Dynawo 1.5.0 REQUIRED) +find_package(Dynawo 1.5.1 REQUIRED) # Hack until libxml is not thread-safe find_package(XercesC REQUIRED) diff --git a/documentation/dynawo_algorithms_documentation.sh b/documentation/dynawo_algorithms_documentation.sh index 01fe720d..c2f38184 100755 --- a/documentation/dynawo_algorithms_documentation.sh +++ b/documentation/dynawo_algorithms_documentation.sh @@ -28,7 +28,7 @@ echo '%% Except where otherwise noted, content in this documentation is Copyrigh \begin{document} -\title{\huge{\Dynawo-algorithms Documentation} \\ \LARGE{v1.5.0} \\ +\title{\huge{\Dynawo-algorithms Documentation} \\ \LARGE{v1.5.1} \\ \includegraphics[width=0.7\textwidth]{../resources/logo_dyn_algos.png}} \date\today