Update minor version

This commit is contained in:
Martchus 2023-06-26 21:18:22 +02:00
parent 96f10766d4
commit 3ac8c8e1a4
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
set(META_APP_DESCRIPTION
"Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models")
set(META_VERSION_MAJOR 6)
set(META_VERSION_MINOR 12)
set(META_VERSION_PATCH 3)
set(META_VERSION_MINOR 13)
set(META_VERSION_PATCH 0)
set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH})
project(${META_PROJECT_NAME})