From c127845ebaca70e5eceeb484979d7975f81d0369 Mon Sep 17 00:00:00 2001 From: Marius Kittler Date: Wed, 26 Sep 2018 13:36:21 +0200 Subject: [PATCH] Sync version with Git tag/release (which accidently increased major version) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c25214..40ca97f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") set(META_APP_DESCRIPTION "A simple password store using AES-256-CBC encryption via OpenSSL") set(META_GUI_OPTIONAL YES) set(META_USE_QQC2 ON) -set(META_VERSION_MAJOR 2) +set(META_VERSION_MAJOR 3) set(META_VERSION_MINOR 2) set(META_VERSION_PATCH 0) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH})