diff options
author | saturneric <[email protected]> | 2024-10-03 10:04:58 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-10-03 10:04:58 +0000 |
commit | 6f5ee5883e4db87018d98d217cd908f0eef17b31 (patch) | |
tree | e072f1b6be9e1f5da4f73928a93850f55cf41fe1 /CMakeLists.txt | |
parent | feat: update translation it_IT (diff) | |
download | GpgFrontend-6f5ee5883e4db87018d98d217cd908f0eef17b31.tar.gz GpgFrontend-6f5ee5883e4db87018d98d217cd908f0eef17b31.zip |
feat: update project version to 2.1.5
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 9e65ff48..f8d49a8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ endif() # define project project(GpgFrontend - VERSION 2.1.4 + VERSION 2.1.5 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) |