Increase version 0.0.1 -> 0.0.2

This commit is contained in:
Martchus 2018-01-20 21:44:57 +01:00
parent 7d9e1cf1de
commit a2f9c915b6
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 1)
set(META_VERSION_PATCH 2)
set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH})
# set project name for IDEs like Qt Creator