Skip to content

Commit

Permalink
Prepare release V1.0.0
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 Apr 20, 2020
1 parent 057e8a3 commit c216924
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 @@ -8,8 +8,8 @@ cmake_minimum_required(VERSION 3.12 FATAL_ERROR)

project(powsybl-iidm4cpp)

set(IIDM_VERSION_MAJOR 0)
set(IIDM_VERSION_MINOR 9)
set(IIDM_VERSION_MAJOR 1)
set(IIDM_VERSION_MINOR 0)
set(IIDM_VERSION_PATCH 0)
set(IIDM_VERSION ${IIDM_VERSION_MAJOR}.${IIDM_VERSION_MINOR}.${IIDM_VERSION_PATCH})
set(IIDM_SOVERSION ${IIDM_VERSION_MAJOR})
Expand Down

0 comments on commit c216924

Please sign in to comment.