From 432f997d167559bd904106230994fc2d1ccdf90f Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 5 Feb 2018 22:42:10 +0100 Subject: [PATCH] Increase version 0.0.2 -> 0.0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c1ad4a..75d164d 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 2) +set(META_VERSION_PATCH 3) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) # set project name for IDEs like Qt Creator