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

Commit

Permalink
Start version at 1.0. (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed Sep 29, 2017
1 parent a16aba1 commit 5d24fd8
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 @@ -7,8 +7,8 @@ project(opentracing-cpp)
# Version information

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

0 comments on commit 5d24fd8

Please sign in to comment.