From bd3b255ead987acbecbb962e7a215adb967bc816 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 6 Jan 2025 15:46:20 +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 2fc3cabd..09e7c736 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(META_GUI_OPTIONAL false) set(META_VERSION_MAJOR 1) set(META_VERSION_MINOR 7) set(META_VERSION_PATCH 0) -set(META_RELEASE_DATE "2024-12-03") +set(META_RELEASE_DATE "2025-01-06") set(META_SOVERSION 21) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) set(NETWORK_INFORMATION_SUPPORT ON)