From 328bf940a1bc2a166d60e558833df6b7bd07669f Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 29 Jul 2024 04:02:33 +0200 Subject: [PATCH] feat: upgrade to v2.1.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)