Skip to content

Commit

Permalink
fix IIDM_VERSION_PATCH
Browse files Browse the repository at this point in the history
Signed-off-by: gaouizer <[email protected]>
  • Loading branch information
gaouizer committed Jul 26, 2024
1 parent 2f2b6d2 commit 7ae0f07
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 7ae0f07

Please sign in to comment.