aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-12-02 20:14:06 +0000
committersaturneric <[email protected]>2024-12-02 20:14:58 +0000
commit9d03cb44f25e5f11bed8760faf953204e318a998 (patch)
tree73d8411a974d188a7b2fc369de0a3f3e0087c9fa /CMakeLists.txt
parentfix: support debug module loading by AppImage (diff)
downloadGpgFrontend-9d03cb44f25e5f11bed8760faf953204e318a998.tar.gz
GpgFrontend-9d03cb44f25e5f11bed8760faf953204e318a998.zip
feat: upgrade to v2.1.6
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d715eb77..95d43b04 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ endif()
# define project
project(GpgFrontend
- VERSION 2.1.5
+ VERSION 2.1.6
DESCRIPTION "GpgFrontend is a free, open-source, robust yet user-friendly, compact and cross-platform tool for OpenPGP encryption."
HOMEPAGE_URL "https://gpgfrontend.bktus.com"
LANGUAGES CXX)