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

Commit

Permalink
Prepare for release. (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn authored May 1, 2018
1 parent 630495c commit 900f9d9
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 "3")
set(OPENTRACING_VERSION_MINOR "4")
set(OPENTRACING_VERSION_PATCH "0")
set(OPENTRACING_VERSION_STRING
"${OPENTRACING_VERSION_MAJOR}.${OPENTRACING_VERSION_MINOR}.${OPENTRACING_VERSION_PATCH}")
Expand Down

0 comments on commit 900f9d9

Please sign in to comment.