aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-07 13:07:00 +0000
committerSaturneric <[email protected]>2022-02-07 13:07:00 +0000
commit184fa65617b04218cfeb09e50515e21b7d5ef3dc (patch)
treecac3457a7aa87e982285e7b51401fc452ba48641
parent<fix>(core): Make it possible to compile on Windows (diff)
downloadGpgFrontend-184fa65617b04218cfeb09e50515e21b7d5ef3dc.tar.gz
GpgFrontend-184fa65617b04218cfeb09e50515e21b7d5ef3dc.zip
<chore>(project): The upgraded version number is v 2.0.5
-rw-r--r--CMakeLists.txt2
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}")