From 3590a5150cdb1fd24d33d71af13bd989adfe903f Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 26 Jan 2018 15:53:26 +0100 Subject: [PATCH] Increase patch version 2.1.4 -> 2.1.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 705166a..0d5fa81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(META_APP_DESCRIPTION "A simple password store using AES-256-CBC encryption v set(META_GUI_OPTIONAL true) set(META_VERSION_MAJOR 2) set(META_VERSION_MINOR 1) -set(META_VERSION_PATCH 4) +set(META_VERSION_PATCH 5) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) # add project files