diff options
author | saturneric <[email protected]> | 2025-04-17 21:00:22 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-17 21:00:22 +0000 |
commit | 8f894c13326126abe30f6eaca07550c77d089a9b (patch) | |
tree | 618d6b2f9127f920adb9ce30f75e4fe1a78cd623 /CMakeLists.txt | |
parent | Merge branch 'develop' of ssh://ssh.git.bktus.com:2222/GpgFrontend/GpgFronten... (diff) | |
download | GpgFrontend-8f894c13326126abe30f6eaca07550c77d089a9b.tar.gz GpgFrontend-8f894c13326126abe30f6eaca07550c77d089a9b.zip |
chore: upgrade to v2.1.8
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 b5f0501a..6ce5cdcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ endif() # define project project(GpgFrontend - VERSION 2.1.7 + VERSION 2.1.8 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) |