From 91c854b83bc663b99f63af4984363c1a96efd983 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 27 May 2021 19:00:42 +0200 Subject: [PATCH] Bump minor version The `--quiet` flag has been added and some bugs have been fixed which prevented certain features to work at all. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44a3eeb..9b8fbc9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,8 @@ set(META_APP_DESCRIPTION set(META_GUI_OPTIONAL true) set(META_JS_SRC_DIR renamingutility) set(META_VERSION_MAJOR 3) -set(META_VERSION_MINOR 3) -set(META_VERSION_PATCH 11) +set(META_VERSION_MINOR 4) +set(META_VERSION_PATCH 0) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) # add project files