Increase version 0.0.2 -> 0.0.3

This commit is contained in:
Martchus 2018-02-05 22:42:10 +01:00
parent e6c54a37e4
commit 432f997d16
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ set(META_APP_CATEGORIES "Utility;")
set(META_GUI_OPTIONAL false)
set(META_VERSION_MAJOR 0)
set(META_VERSION_MINOR 0)
set(META_VERSION_PATCH 2)
set(META_VERSION_PATCH 3)
set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH})
# set project name for IDEs like Qt Creator