diff options
author | Saturneric <[email protected]> | 2022-05-12 17:14:00 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-12 17:14:00 +0000 |
commit | 27e1e59cec2f15ec247f89b6fae4e34a620f9f1b (patch) | |
tree | 614be2fbb4d8889a9e3648d76b98e26465f9ea75 | |
parent | fix(core): fix a bug when key in smart card (diff) | |
download | GpgFrontend-27e1e59cec2f15ec247f89b6fae4e34a620f9f1b.tar.gz GpgFrontend-27e1e59cec2f15ec247f89b6fae4e34a620f9f1b.zip |
feat(project): upgrade version to v2.0.8
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a049e854..e93de668 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ cmake_minimum_required(VERSION 3.16) # define project -project(GpgFrontend VERSION 2.0.7 LANGUAGES CXX) +project(GpgFrontend VERSION 2.0.8 LANGUAGES CXX) # show cmake version message(STATUS "GpgFrontend Build Configuration Started CMAKE Version ${CMAKE_VERSION}") |