From e41c6e62edfa67b6402b17a627dca698a14f47a8 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Lacaze Date: Tue, 19 Oct 2021 22:02:26 +0200 Subject: [PATCH] version 1.2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d16e64..b701b0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(pal_sigslot VERSION 1.2.0 LANGUAGES CXX) +project(pal_sigslot VERSION 1.2.1 LANGUAGES CXX) ### main project set(SIGSLOT_MAIN_PROJECT OFF)