diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-05-22 15:25:37 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-05-22 15:25:37 +0300 |
commit | 45e97872e30ade84ccde4039625e5fa758a3cf7d (patch) | |
tree | bf29efde4b4e0f1f2150bebc886eae87872e762f | |
parent | a06039d788c64fd7288e85e7435e966b0e2abe51 (diff) |
1.2.0
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a786417..cb4b9e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.0) set(CMAKE_CXX_STANDARD 17) add_compile_options(-Wno-psabi) -project(inverter-tools VERSION 1.1.1) +project(inverter-tools VERSION 1.2.0) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) set(CMAKE_INSTALL_PREFIX /usr/local/bin) |