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

Commit

Permalink
Preparing for release 1.5.0. (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed Jun 20, 2018
1 parent 815f7e6 commit ac50154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ set(OPENTRACING_ABI_VERSION "2")
# Version number follows semver
# See https://semver.org/
set(OPENTRACING_VERSION_MAJOR "1")
set(OPENTRACING_VERSION_MINOR "4")
set(OPENTRACING_VERSION_PATCH "2")
set(OPENTRACING_VERSION_MINOR "5")
set(OPENTRACING_VERSION_PATCH "0")
set(OPENTRACING_VERSION_STRING
"${OPENTRACING_VERSION_MAJOR}.${OPENTRACING_VERSION_MINOR}.${OPENTRACING_VERSION_PATCH}")

Expand Down

0 comments on commit ac50154

Please sign in to comment.