aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-17 14:43:36 +0000
committersaturneric <[email protected]>2024-11-17 14:43:36 +0000
commit515507797204ac2af71e4ea2a82bb1dafa6134fe (patch)
treec64d6c5649a231356493b2fb460b9b7b937191bc
parentfeat: should jump to correct download page (diff)
downloadModules-515507797204ac2af71e4ea2a82bb1dafa6134fe.tar.gz
Modules-515507797204ac2af71e4ea2a82bb1dafa6134fe.zip
feat: upgrade version to v2.1.5
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7f3002c..4492b56 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE "${CMAKE_SOURCE_DIR}/cmake/FlagsOverrides.cma
# define project
project(GpgFrontendModules
- VERSION 2.1.4
+ VERSION 2.1.5
DESCRIPTION "Modules of GpgFrontend"
HOMEPAGE_URL "https://gpgfrontend.bktus.com"
LANGUAGES CXX)