aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 02:02:33 +0000
committersaturneric <[email protected]>2024-07-29 02:02:33 +0000
commit328bf940a1bc2a166d60e558833df6b7bd07669f (patch)
treef6f82202776e7040ae3328a0493cbb9cd5718670
parentrefactor: reformat build configs (diff)
downloadModules-328bf940a1bc2a166d60e558833df6b7bd07669f.tar.gz
Modules-328bf940a1bc2a166d60e558833df6b7bd07669f.zip
feat: upgrade to v2.1.4
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9815e35..f42c02d 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.3
+ VERSION 2.1.4
DESCRIPTION "Modules of GpgFrontend"
HOMEPAGE_URL "https://gpgfrontend.bktus.com"
LANGUAGES CXX)