diff options
author | Saturneric <[email protected]> | 2022-07-22 20:05:39 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-07-22 20:05:39 +0000 |
commit | cd3220b0f3a6dd71ba5115961e7b20bfdbf120ef (patch) | |
tree | 38b5d1d5c97c52a79fd6863558f8180d2bdcbab5 | |
parent | feat(third_party): update gpgme (diff) | |
download | GpgFrontend-cd3220b0f3a6dd71ba5115961e7b20bfdbf120ef.tar.gz GpgFrontend-cd3220b0f3a6dd71ba5115961e7b20bfdbf120ef.zip |
feat(project): upgrade to v2.0.9
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aaf00e4e..171238eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ cmake_minimum_required(VERSION 3.16) # define project -project(GpgFrontend VERSION 2.0.8 LANGUAGES CXX) +project(GpgFrontend VERSION 2.0.9 LANGUAGES CXX) # show cmake version message(STATUS "GpgFrontend Build Configuration Started CMAKE Version ${CMAKE_VERSION}") |