From 8be5b2be7deebcff8ba6547721204435b5ad207c Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 15 Mar 2022 21:32:49 +0100 Subject: [PATCH] Increment patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aefeea5..32c3c3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(META_APP_AUTHOR "Martchus") set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") set(META_VERSION_MAJOR 0) set(META_VERSION_MINOR 0) -set(META_VERSION_PATCH 3) +set(META_VERSION_PATCH 4) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) set(META_VERSION_EXACT_SONAME ON) # while still on 0.x.x release set(META_PUBLIC_QT_MODULES Core Gui)