diff options
author | Saturneric <[email protected]> | 2021-07-01 18:09:50 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-01 18:09:50 +0000 |
commit | 2258637288304e1eb10dbd68e80a7d58acc89f0d (patch) | |
tree | d430344999025dc4463bf21bbf0bc6f6c8f33b21 | |
parent | Export Secret Key Fixed. (diff) | |
download | GpgFrontend-2258637288304e1eb10dbd68e80a7d58acc89f0d.tar.gz GpgFrontend-2258637288304e1eb10dbd68e80a7d58acc89f0d.zip |
Version Updated.
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 28501093..4b4467db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(GpgFrontend VERSION 1.0.7 LANGUAGES CXX) +project(GpgFrontend VERSION 1.0.8 LANGUAGES CXX) message(STATUS "GPGFrontend Build Configuration Started CMAKE Version ${CMAKE_VERSION}") |