From 400dd31b2d2607cfe98c18b6571b1148effd09e5 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 7 Jan 2024 21:48:35 +0100 Subject: [PATCH] Bump patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fba503d..d313071 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(META_APP_CATEGORIES "Network;FileTransfer") set(META_GUI_OPTIONAL false) set(META_VERSION_MAJOR 1) set(META_VERSION_MINOR 4) -set(META_VERSION_PATCH 12) +set(META_VERSION_PATCH 13) set(META_RELEASE_DATE "2024-01-02") set(META_SOVERSION 11) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)