Skip to content

Commit

Permalink
[skip ci] update cmake project version to v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
headupinclouds authored Jan 30, 2018
1 parent 52da779 commit 7642111
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 @@ -64,7 +64,7 @@ if(travis_deploy)
elseif(appveyor_deploy)
set(version "$ENV{APPVEYOR_REPO_TAG_NAME}")
else()
set(version "v0.8.3") # note: rc
set(version "v0.8.8")
endif()

string(REGEX REPLACE "^v" "" version "${version}")
Expand Down

0 comments on commit 7642111

Please sign in to comment.