diff options
author | saturneric <[email protected]> | 2024-12-02 20:14:51 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-02 20:14:51 +0000 |
commit | 7df672124472e5bfd08bfda867ff4188e3be4f70 (patch) | |
tree | 8b9381a2ab2e91056bba31012b7ccf66860a613b | |
parent | translations: update zh_CN and de_DE (diff) | |
download | Modules-7df672124472e5bfd08bfda867ff4188e3be4f70.tar.gz Modules-7df672124472e5bfd08bfda867ff4188e3be4f70.zip |
feat: upgrade to v2.1.6
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 83e1d34..a0a482f 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.5 + VERSION 2.1.6 DESCRIPTION "Modules of GpgFrontend" HOMEPAGE_URL "https://gpgfrontend.bktus.com" LANGUAGES CXX) |