Skip to content

Commit

Permalink
Update the version in CMakeLists.txt to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shinh committed May 10, 2017
1 parent f012836 commit a6a166d
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 @@ -14,7 +14,7 @@ enable_testing ()

set (GLOG_MAJOR_VERSION 0)
set (GLOG_MINOR_VERSION 3)
set (GLOG_PATCH_VERSION 4)
set (GLOG_PATCH_VERSION 5)

set (GLOG_VERSION
${GLOG_MAJOR_VERSION}.${GLOG_MINOR_VERSION}.${GLOG_PATCH_VERSION})
Expand Down

0 comments on commit a6a166d

Please sign in to comment.