aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-22 11:09:47 +0000
committersaturneric <[email protected]>2024-01-22 11:09:47 +0000
commitc774e5ed7c5281e08841d2e5b0554ce06054e35b (patch)
treef29eba2a5489db544ce10c267c3ca38fa67b7c68 /CMakeLists.txt
parentfix: solve ci build problems at different platforms (diff)
downloadGpgFrontend-c774e5ed7c5281e08841d2e5b0554ce06054e35b.tar.gz
GpgFrontend-c774e5ed7c5281e08841d2e5b0554ce06054e35b.zip
feat: upgrade project to v2.1.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aba09f9c..44c64140 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ endif()
# define project
project(GpgFrontend
- VERSION 2.1.1
+ VERSION 2.1.2
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)