From e84b0ec0b0b9227ab155c62e9146448d6e9b63d6 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 6 Jun 2023 11:09:22 +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 d1cda94..d9cb3c1 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 2) -set(META_RELEASE_DATE "2023-04-06") +set(META_RELEASE_DATE "2023-06-06") set(META_SOVERSION 7) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)