Skip to content

Commit

Permalink
#363 v1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Florentine Rosiere <[email protected]>
  • Loading branch information
rosiereflo committed Oct 10, 2023
1 parent 00b3a5b commit 5133b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion documentation/dynawo_algorithms_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5133b25

Please sign in to comment.