From 3de675df6147370241080a075ed2096e772c6f18 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 1 Feb 2025 00:48: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 a92f9d0d..b7366dc3 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 2) -set(META_RELEASE_DATE "2025-01-09") +set(META_RELEASE_DATE "2025-02-01") set(META_SOVERSION 22) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) set(NETWORK_INFORMATION_SUPPORT ON)