Increase patch version 2.1.4 -> 2.1.5

This commit is contained in:
Martchus 2018-01-26 15:53:26 +01:00
parent 983cc6077b
commit 3590a5150c
1 changed files with 1 additions and 1 deletions

View File

@ -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_GUI_OPTIONAL true)
set(META_VERSION_MAJOR 2) set(META_VERSION_MAJOR 2)
set(META_VERSION_MINOR 1) 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}) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH})
# add project files # add project files