aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-07-22 20:05:39 +0000
committerSaturneric <[email protected]>2022-07-22 20:05:39 +0000
commitcd3220b0f3a6dd71ba5115961e7b20bfdbf120ef (patch)
tree38b5d1d5c97c52a79fd6863558f8180d2bdcbab5
parentfeat(third_party): update gpgme (diff)
downloadGpgFrontend-cd3220b0f3a6dd71ba5115961e7b20bfdbf120ef.tar.gz
GpgFrontend-cd3220b0f3a6dd71ba5115961e7b20bfdbf120ef.zip
feat(project): upgrade to v2.0.9
-rw-r--r--CMakeLists.txt2
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}")