X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FCMakeLists.txt;h=66eb35f9f301478976acb9e24f02318a97fe07c6;hb=7cec6986e77c7ef1bc97d33d48080f6548732066;hp=be46a7a5590c3c0a2b0ee338591579127d132578;hpb=9273506f4b0a16c589f4a50b8b02bc48a3868a55;p=bamtools.git diff --git a/src/api/CMakeLists.txt b/src/api/CMakeLists.txt index be46a7a..66eb35f 100644 --- a/src/api/CMakeLists.txt +++ b/src/api/CMakeLists.txt @@ -34,7 +34,7 @@ set( BamToolsAPISources # create main BamTools API shared library add_library( BamTools SHARED ${BamToolsAPISources} ) set_target_properties( BamTools PROPERTIES - SOVERSION "2.2.2" + SOVERSION "2.2.3" OUTPUT_NAME "bamtools" ) # create main BamTools API static library