Skip to content

Commit

Permalink
Change so version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpokorny committed Mar 26, 2018
1 parent 2634ec0 commit cdcd808
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 2)
set(VYSMAW_VERSION_PATCH 2)
set(VYSMAW_VERSION_PATCH 3)
set(VYSMAW_VERSION
${VYSMAW_VERSION_MAJOR}.${VYSMAW_VERSION_MINOR}.${VYSMAW_VERSION_PATCH})

Expand Down

0 comments on commit cdcd808

Please sign in to comment.