diff options
author | Saturneric <[email protected]> | 2022-02-07 13:07:00 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-07 13:07:00 +0000 |
commit | 184fa65617b04218cfeb09e50515e21b7d5ef3dc (patch) | |
tree | cac3457a7aa87e982285e7b51401fc452ba48641 /CMakeLists.txt | |
parent | <fix>(core): Make it possible to compile on Windows (diff) | |
download | GpgFrontend-184fa65617b04218cfeb09e50515e21b7d5ef3dc.tar.gz GpgFrontend-184fa65617b04218cfeb09e50515e21b7d5ef3dc.zip |
<chore>(project): The upgraded version number is v 2.0.5
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4661afe6..4f0625b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ cmake_minimum_required(VERSION 3.16) # define project -project(GpgFrontend VERSION 2.0.4 LANGUAGES CXX) +project(GpgFrontend VERSION 2.0.5 LANGUAGES CXX) # show cmake version message(STATUS "GpgFrontend Build Configuration Started CMAKE Version ${CMAKE_VERSION}") |