Skip to content

Commit

Permalink
Update version to v1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu BAGUE <[email protected]>
  • Loading branch information
Mathieu BAGUE authored and mathbagu committed Jun 22, 2020
1 parent ceefe5d commit 440909c
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 1)
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 440909c

Please sign in to comment.