diff options
author | saturneric <[email protected]> | 2024-07-29 02:03:08 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 02:03:08 +0000 |
commit | 635255a74ec1f8d483f9f4bd8684ab9f45296865 (patch) | |
tree | eb575a95d7d0dabbdb245738b01eef2e9c10ef2f /CMakeLists.txt | |
parent | fix: should avoid app image crash issue as well (diff) | |
download | GpgFrontend-635255a74ec1f8d483f9f4bd8684ab9f45296865.tar.gz GpgFrontend-635255a74ec1f8d483f9f4bd8684ab9f45296865.zip |
feat: upgrade to v2.1.4
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 107ba367..259457a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ endif() # define project project(GpgFrontend - VERSION 2.1.3 + VERSION 2.1.4 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) |