Skip to content

Commit

Permalink
Update SO version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Jan 20, 2019
1 parent 28edf75 commit 1b290d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ project("hdr_histogram")
# 3. If any interfaces have been added since the last public release, then increment age.
# 4. If any interfaces have been removed since the last public release, then set age to 0.

set(HDR_SOVERSION_CURRENT 2)
set(HDR_SOVERSION_AGE 0)
set(HDR_SOVERSION_REVISION 1)
set(HDR_SOVERSION_CURRENT 3)
set(HDR_SOVERSION_AGE 1)
set(HDR_SOVERSION_REVISION 0)

set(HDR_VERSION ${HDR_SOVERSION_CURRENT}.${HDR_SOVERSION_AGE}.${HDR_SOVERSION_REVISION})
set(HDR_SOVERSION ${HDR_SOVERSION_CURRENT})
Expand Down

0 comments on commit 1b290d4

Please sign in to comment.