From e348231f935e925c3ea2d7077ca7abefd106dac0 Mon Sep 17 00:00:00 2001 From: saturneric Date: Sat, 19 Apr 2025 04:31:07 +0200 Subject: chore: upgrade to v2.1.8 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f9564ce..81d8193 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.7 + VERSION 2.1.8 DESCRIPTION "Modules of GpgFrontend" HOMEPAGE_URL "https://gpgfrontend.bktus.com" LANGUAGES CXX) @@ -39,7 +39,7 @@ project(GpgFrontendModules include(GenerateExportHeader) # function or mode options -option(GPGFRONTEND_QT5_BUILD "Swith to Qt5 building mode" OFF) +option(GPGFRONTEND_QT5_BUILD "Switch to Qt5 building mode" OFF) # Using Standard C++-17 (Consider compatibility) set(CMAKE_CXX_STANDARD 17) -- cgit v1.2.3