diff options
author | saturneric <[email protected]> | 2024-12-02 20:14:06 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-02 20:14:58 +0000 |
commit | 9d03cb44f25e5f11bed8760faf953204e318a998 (patch) | |
tree | 73d8411a974d188a7b2fc369de0a3f3e0087c9fa /CMakeLists.txt | |
parent | fix: support debug module loading by AppImage (diff) | |
download | GpgFrontend-9d03cb44f25e5f11bed8760faf953204e318a998.tar.gz GpgFrontend-9d03cb44f25e5f11bed8760faf953204e318a998.zip |
feat: upgrade to v2.1.6
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 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) |