From dcb22539032294f0cb218ff26e59b1536803044b Mon Sep 17 00:00:00 2001 From: Marius Kittler Date: Mon, 21 Jan 2019 18:16:17 +0100 Subject: [PATCH] Increment patch version 4.0.0 -> 4.0.1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba03691..4a043ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(META_GUI_OPTIONAL YES) set(META_USE_QQC2 ON) set(META_VERSION_MAJOR 4) set(META_VERSION_MINOR 0) -set(META_VERSION_PATCH 0) +set(META_VERSION_PATCH 1) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) set(PNG_ICON_NO_CROP ON) @@ -167,7 +167,7 @@ use_qt_utilities() find_package(passwordfile 4.0.0 REQUIRED) use_password_file() -# require qt least Qt 5.8 for the Qt Quick GUI +# require at least Qt 5.8 for the Qt Quick GUI if(QUICK_GUI) set(META_QT5_VERSION 5.8) endif()