diff options
author | Saturneric <[email protected]> | 2022-05-09 15:09:59 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-09 15:09:59 +0000 |
commit | 3253e4b8d85ac10b95a1775ec1feb5338c44c0a5 (patch) | |
tree | 1dfa1891bbaf93901ee43ba8db768cb3222c4b8c | |
parent | fix: avoid block when refreshing keys (diff) | |
download | GpgFrontend-3253e4b8d85ac10b95a1775ec1feb5338c44c0a5.tar.gz GpgFrontend-3253e4b8d85ac10b95a1775ec1feb5338c44c0a5.zip |
refactor: increase version to 2.0.7
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b411b90..dab19b45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ cmake_minimum_required(VERSION 3.16) # define project -project(GpgFrontend VERSION 2.0.6 LANGUAGES CXX) +project(GpgFrontend VERSION 2.0.7 LANGUAGES CXX) # show cmake version message(STATUS "GpgFrontend Build Configuration Started CMAKE Version ${CMAKE_VERSION}") |