Bump patch version

This commit is contained in:
Martchus 2021-10-07 18:29:56 +02:00
parent 0c342a5055
commit 5c818baf0b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ set(META_APP_AUTHOR "Martchus")
set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
set(META_VERSION_MAJOR 0)
set(META_VERSION_MINOR 0)
set(META_VERSION_PATCH 1)
set(META_VERSION_PATCH 2)
set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH})
set(META_VERSION_EXACT_SONAME ON) # while still on 0.x.x release
set(META_PUBLIC_QT_MODULES Core Gui)