From 336842cde57edc618b087e8586d373ad4c9d9f84 Mon Sep 17 00:00:00 2001 From: Guenter Schwann <59954277+VikingGuenter@users.noreply.github.com> Date: Fri, 24 Nov 2023 09:10:13 +0100 Subject: [PATCH] Update CMakeLists.txt to version 0.4.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8dfeae3..587f866 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(SIGBUILD LANGUAGES CXX VERSION 0.4.3) +project(SIGBUILD LANGUAGES CXX VERSION 0.4.4) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON)