X-Git-Url: https://git.donarmstrong.com/?p=bamtools.git;a=blobdiff_plain;f=src%2Fapi%2FCMakeLists.txt;h=be46a7a5590c3c0a2b0ee338591579127d132578;hp=321be2391ca694007f6ba7c5b79a7988d5e7ab36;hb=f7d86e0fa7161081f69c5c178ee0141bea599f71;hpb=e9977c58d60d1a1b2034eb3f01cd0183cbfe8736 diff --git a/src/api/CMakeLists.txt b/src/api/CMakeLists.txt index 321be23..be46a7a 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.1" + SOVERSION "2.2.2" OUTPUT_NAME "bamtools" ) # create main BamTools API static library