From 2544c02b5c4f6b19fc873907024c28c7fa855bc1 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 2 Nov 2022 10:50:25 +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 52a51e3..8ef4330 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 3) set(META_VERSION_PATCH 0) -set(META_RELEASE_DATE "2022-10-12") +set(META_RELEASE_DATE "2022-11-02") set(META_SOVERSION 3) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)