X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FCMakeLists.txt;h=3e2ddd5b022ac309a3f5e0dce80f8d36754485be;hb=af6a3d8491e485969d2df306e41cb9439dec4039;hp=bee347be36facacee02f29715e221c50a5398e62;hpb=1b1108713c795c05fc845ba6373efcf4166acf43;p=bamtools.git diff --git a/src/api/CMakeLists.txt b/src/api/CMakeLists.txt index bee347b..3e2ddd5 100644 --- a/src/api/CMakeLists.txt +++ b/src/api/CMakeLists.txt @@ -49,7 +49,7 @@ set( BamToolsAPISources # create main BamTools API shared library add_library( BamTools SHARED ${BamToolsAPISources} ) -set_target_properties( BamTools PROPERTIES SOVERSION "2.0.2" ) +set_target_properties( BamTools PROPERTIES SOVERSION "2.0.3" ) set_target_properties( BamTools PROPERTIES OUTPUT_NAME "bamtools" ) # create main BamTools API static library