Skip to content

Commit

Permalink
increase minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
thekvs committed Nov 17, 2016
1 parent bd9f35d commit b7435b9
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 @@ -43,7 +43,7 @@ if (NOT GSTREAMERMM_FOUND)
endif()

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

Expand Down

0 comments on commit b7435b9

Please sign in to comment.