Skip to content

Commit

Permalink
update to version 3.6.1: fix for pthreads detection (issue #31) + and…
Browse files Browse the repository at this point in the history
… compilers detection
  • Loading branch information
marcjoos-cea committed Aug 30, 2022
1 parent fff967d commit f8bcf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif()

set(VERSION_MAJOR 3)
set(VERSION_MINOR 6)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)

set(WI4MPI_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

Expand Down

0 comments on commit f8bcf34

Please sign in to comment.