Skip to content

Commit

Permalink
increase patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
thekvs committed Nov 17, 2016
1 parent 5ed2379 commit 5a42251
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 @@ -44,7 +44,7 @@ endif()

set(TARGET_VERSION_MAJOR 0)
set(TARGET_VERSION_MINOR 2)
set(TARGET_VERSION_PATCH 0)
set(TARGET_VERSION_PATCH 1)
set(APP_VERSION "${TARGET_VERSION_MAJOR}.${TARGET_VERSION_MINOR}.${TARGET_VERSION_PATCH}")

add_subdirectory(src)
Expand Down

0 comments on commit 5a42251

Please sign in to comment.