Skip to content

Commit

Permalink
Change soversion to 1.2.5
Browse files Browse the repository at this point in the history
I missed changing the soversion to 1.2.4 before tagging with 1.2.4, so this
patch simply corrects that error.
  • Loading branch information
mpokorny committed Mar 28, 2018
1 parent 45200ef commit 54cd25d
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 3)
set(VYSMAW_VERSION_PATCH 5)
set(VYSMAW_VERSION
${VYSMAW_VERSION_MAJOR}.${VYSMAW_VERSION_MINOR}.${VYSMAW_VERSION_PATCH})

Expand Down

0 comments on commit 54cd25d

Please sign in to comment.