Bump version

This commit is contained in:
Martchus 2019-02-17 17:07:11 +01:00
parent 4642f56d0d
commit 986ceaf567
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
set(META_APP_DESCRIPTION "C++ library to read/write passwords from/to encrypted files")
set(META_VERSION_MAJOR 4)
set(META_VERSION_MINOR 0)
set(META_VERSION_PATCH 0)
set(META_VERSION_PATCH 1)
set(META_PUBLIC_SHARED_LIB_DEPENDS c++utilities)
set(META_PUBLIC_STATIC_LIB_DEPENDS c++utilities_static)
set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)