Skip to content

Commit

Permalink
Prepare release v1.0.1 (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu BAGUE <[email protected]>
  • Loading branch information
Mathieu BAGUE authored May 12, 2020
1 parent 366bd5d commit 059e1ef
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 @@ -9,8 +9,8 @@ cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
project(powsybl-iidm4cpp)

set(IIDM_VERSION_MAJOR 1)
set(IIDM_VERSION_MINOR 1)
set(IIDM_VERSION_PATCH 0)
set(IIDM_VERSION_MINOR 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 059e1ef

Please sign in to comment.