Skip to content

Commit

Permalink
update version number in CMakeList for Wi4MPI 3.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjoos-cea committed Jan 30, 2024
1 parent eea34b6 commit 9de05c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ enable_language(C CXX Fortran)
project(wi4mpi)

set(VERSION_MAJOR 3)
set(VERSION_MINOR 6)
set(VERSION_PATCH 4)
set(VERSION_MINOR 7)
set(VERSION_PATCH 0)

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

Expand Down

0 comments on commit 9de05c9

Please sign in to comment.