X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FCMakeLists.txt;h=c85b71b740f532c6814442f2a6625ad20aacad14;hb=9f1ce8c47aeadb6dc1320b52ee671c3341b97935;hp=2ec006c3defaff5dabfe5af6fdba8b3baf8b45be;hpb=8a90b7aefffaf186053ef4da96c8663bf528274a;p=bamtools.git diff --git a/src/api/CMakeLists.txt b/src/api/CMakeLists.txt index 2ec006c..c85b71b 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 "1.0.2" ) +set_target_properties( BamTools PROPERTIES SOVERSION "2.0.0" ) set_target_properties( BamTools PROPERTIES OUTPUT_NAME "bamtools" ) # create main BamTools API static library