diff options
author | saturneric <[email protected]> | 2024-05-03 16:35:03 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-05-03 16:35:03 +0000 |
commit | 4001446fab4dfc48eccf228ec0c0d25bcdda9e67 (patch) | |
tree | 1adf8f454df28cb328112755097fb425fbf31079 | |
parent | fix: "auto-key-retrieve" instead of "auto-key-import" (diff) | |
download | GpgFrontend-4001446fab4dfc48eccf228ec0c0d25bcdda9e67.tar.gz GpgFrontend-4001446fab4dfc48eccf228ec0c0d25bcdda9e67.zip |
feat: upgrade project to v2.1.3
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 82f3a280..4f3232ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ endif() # define project project(GpgFrontend - VERSION 2.1.2 + VERSION 2.1.3 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) |