X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=ftdipp%2FCMakeLists.txt;fp=ftdipp%2FCMakeLists.txt;h=23000c97b6cdaf9f627a15abd0fea9b8276adf01;hb=c9a460e336631ed3d21e6f870d4137d5e98c30a7;hp=ced58b3a608f4c35402fcbff8dc13f97d86eedde;hpb=be4bae37b3f851d7e06610fe474d84a3b2371efb;p=libftdi diff --git a/ftdipp/CMakeLists.txt b/ftdipp/CMakeLists.txt index ced58b3..23000c9 100644 --- a/ftdipp/CMakeLists.txt +++ b/ftdipp/CMakeLists.txt @@ -25,7 +25,7 @@ if (FTDIPP) add_library(ftdipp SHARED ${cpp_sources}) math(EXPR VERSION_FIXUP "${MAJOR_VERSION} + 1") # Compatiblity with previous releases - set_target_properties(ftdipp PROPERTIES VERSION ${VERSION_FIXUP}.${MINOR_VERSION}.0 SOVERSION 1) + set_target_properties(ftdipp PROPERTIES VERSION ${VERSION_FIXUP}.${MINOR_VERSION}.0 SOVERSION 2) # Static library add_library(ftdipp-static STATIC ${cpp_sources})