Skip to content

Commit

Permalink
Increment patch version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mpokorny committed Nov 30, 2017
1 parent bf324a1 commit aafee50
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 @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
project(vysmaw)
set(VYSMAW_VERSION_MAJOR 1)
set(VYSMAW_VERSION_MINOR 0)
set(VYSMAW_VERSION_PATCH 0)
set(VYSMAW_VERSION_PATCH 1)
set(VYSMAW_VERSION
${VYSMAW_VERSION_MAJOR}.${VYSMAW_VERSION_MINOR}.${VYSMAW_VERSION_PATCH})

Expand Down

0 comments on commit aafee50

Please sign in to comment.