From 9665a18b4fdf2535a3b23639fcb202060c570568 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 10 Dec 2023 12:19:05 +0100 Subject: [PATCH] Update release date --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4a06c6..3da705f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(META_GUI_OPTIONAL false) set(META_VERSION_MAJOR 1) set(META_VERSION_MINOR 4) set(META_VERSION_PATCH 11) -set(META_RELEASE_DATE "2023-12-05") +set(META_RELEASE_DATE "2023-12-10") set(META_SOVERSION 11) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)