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 524fa6c commit 5c31a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
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 5c31a65

Please sign in to comment.