Skip to content

Commit

Permalink
Update iidm version to v1.5.1 (#455)
Browse files Browse the repository at this point in the history
* fix IIDM_VERSION_PATCH

Signed-off-by: gaouizer <[email protected]>
  • Loading branch information
gaouizer authored Jul 26, 2024
1 parent 2f2b6d2 commit 3c79c18
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 @@ project(powsybl-iidm4cpp)

set(IIDM_VERSION_MAJOR 1)
set(IIDM_VERSION_MINOR 5)
set(IIDM_VERSION_PATCH 0)
set(IIDM_VERSION_PATCH 1)
set(IIDM_VERSION ${IIDM_VERSION_MAJOR}.${IIDM_VERSION_MINOR}.${IIDM_VERSION_PATCH})
set(IIDM_SOVERSION ${IIDM_VERSION_MAJOR})

Expand Down

0 comments on commit 3c79c18

Please sign in to comment.