From a2f9c915b69598be0e7dc30fddcf89ac4a8dd83c Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 20 Jan 2018 21:44:57 +0100 Subject: [PATCH] Increase version 0.0.1 -> 0.0.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fac24ae..6c1ad4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(META_APP_CATEGORIES "Utility;") set(META_GUI_OPTIONAL false) set(META_VERSION_MAJOR 0) set(META_VERSION_MINOR 0) -set(META_VERSION_PATCH 1) +set(META_VERSION_PATCH 2) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) # set project name for IDEs like Qt Creator