Skip to content

Commit

Permalink
Increase version 0.0.1 -> 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Jan 20, 2018
1 parent 7d9e1cf commit a2f9c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2f9c91

Please sign in to comment.