X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2FCMakeLists.txt;h=7ce9edabc3fc4d2f14d4fd0f328eaf7bfc5b0351;hp=b7ae08502c6ad2485900410da60b576ab4ed8189;hb=c9a460e336631ed3d21e6f870d4137d5e98c30a7;hpb=be4bae37b3f851d7e06610fe474d84a3b2371efb diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b7ae085..7ce9eda 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,7 +24,7 @@ set(c_headers ftdi.h) add_library(ftdi SHARED ${c_sources}) math(EXPR VERSION_FIXUP "${MAJOR_VERSION} + 1") # Compatiblity with previous releases -set_target_properties(ftdi PROPERTIES VERSION ${VERSION_FIXUP}.${MINOR_VERSION}.0 SOVERSION 1) +set_target_properties(ftdi PROPERTIES VERSION ${VERSION_FIXUP}.${MINOR_VERSION}.0 SOVERSION 2) # Static library add_library(ftdi-static STATIC ${c_sources})