Skip to content

Commit

Permalink
Bump SO version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed May 19, 2019
1 parent f16dfe8 commit a625b51
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 @@ -16,7 +16,7 @@ project("hdr_histogram")

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

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

0 comments on commit a625b51

Please sign in to comment.