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

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed May 21, 2018
1 parent 2133023 commit 3b36b08
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 @@ -8,7 +8,7 @@ project(opentracing-cpp)
set(OPENTRACING_ABI_VERSION "1")
set(OPENTRACING_VERSION_MAJOR "1")
set(OPENTRACING_VERSION_MINOR "4")
set(OPENTRACING_VERSION_PATCH "1")
set(OPENTRACING_VERSION_PATCH "2")
set(OPENTRACING_VERSION_STRING
"${OPENTRACING_VERSION_MAJOR}.${OPENTRACING_VERSION_MINOR}.${OPENTRACING_VERSION_PATCH}")

Expand Down

0 comments on commit 3b36b08

Please sign in to comment.