diff options
author | saturneric <[email protected]> | 2024-07-29 02:02:33 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 02:02:33 +0000 |
commit | 328bf940a1bc2a166d60e558833df6b7bd07669f (patch) | |
tree | f6f82202776e7040ae3328a0493cbb9cd5718670 | |
parent | refactor: reformat build configs (diff) | |
download | Modules-328bf940a1bc2a166d60e558833df6b7bd07669f.tar.gz Modules-328bf940a1bc2a166d60e558833df6b7bd07669f.zip |
feat: upgrade to v2.1.4
-rw-r--r-- | CMakeLists.txt | 2 |
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) |