From 9653b4c0d5436e1d5e3ab67c93e26fb593bd5737 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 1 Apr 2024 15:41:09 +0200 Subject: [PATCH] Bump minor version after all the Android and Qt Quick GUI related changes --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd40a3f..0c275eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,8 +15,8 @@ set(META_GUI_OPTIONAL YES) set(META_USE_QQC2 ON) set(META_ANDROID_PACKAGE_NAME "org.martchus.passwordmanager") set(META_VERSION_MAJOR 4) -set(META_VERSION_MINOR 1) -set(META_VERSION_PATCH 14) +set(META_VERSION_MINOR 2) +set(META_VERSION_PATCH 0) set(META_RELEASE_DATE "2023-11-21") # add project files