Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Fix version in CMakeLists.txt. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn authored Nov 7, 2017
1 parent da59012 commit 36b2097
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 @@ -7,7 +7,7 @@ project(opentracing-cpp)

set(OPENTRACING_ABI_VERSION "1")
set(OPENTRACING_VERSION_MAJOR "1")
set(OPENTRACING_VERSION_MINOR "0")
set(OPENTRACING_VERSION_MINOR "1")
set(OPENTRACING_VERSION_PATCH "0")
set(OPENTRACING_VERSION_STRING
"${OPENTRACING_VERSION_MAJOR}.${OPENTRACING_VERSION_MINOR}.${OPENTRACING_VERSION_PATCH}")
Expand Down

0 comments on commit 36b2097

Please sign in to comment.