From 500c73be663291fb297273db73ee5ebaf4ee1ba4 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 3 Oct 2023 14:29:31 +0200 Subject: [PATCH] Update release date --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a68b181..a7304a3 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 7) -set(META_RELEASE_DATE "2023-09-05") +set(META_RELEASE_DATE "2023-10-03") set(META_SOVERSION 10) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)