From 14657c6a35f69092be714f791d5a800fc3c4e05f Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 5 Mar 2024 11:58:46 +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 3185881..a6de973 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 5) set(META_VERSION_PATCH 0) -set(META_RELEASE_DATE "2024-02-06") +set(META_RELEASE_DATE "2024-03-05") set(META_SOVERSION 13) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) set(NETWORK_INFORMATION_SUPPORT ON)