From 1b9450fc6278a5ad7df1fc3e461a04cd109d31fd Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 5 Apr 2024 01:29:42 +0200 Subject: [PATCH] Bump patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1d3374..a08cf24 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 5) -set(META_VERSION_PATCH 1) +set(META_VERSION_PATCH 2) set(META_RELEASE_DATE "2024-04-02") set(META_SOVERSION 13) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)