diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-05-22 16:09:12 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-05-22 16:09:12 +0300 |
commit | d9402b638d0e728e142083e546d543d73b672db8 (patch) | |
tree | b7f283bab026db2a3bd055079e719bcb4928e92f | |
parent | 7792842ae3b931f50d00340ed2599b9cbf35d647 (diff) |
1.2.1
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cb4b9e8..edf3eb4 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.2.0) +project(inverter-tools VERSION 1.2.1) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) set(CMAKE_INSTALL_PREFIX /usr/local/bin) |