libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.4rc1-12-g3b7ea7e

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 21 Jul 2017 12:02:24 +0200 (CEST)
The branch, master has been updated
       via  3b7ea7ef0840b633a7f79fbb730ed353a6168448 (commit)
      from  4a3012a352d49f7c9c47bf8e9ffbc34558fcf24a (commit)


- Log -----------------------------------------------------------------
commit 3b7ea7ef0840b633a7f79fbb730ed353a6168448
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Fri Jul 21 12:00:58 2017 +0200

    C++ API: Increase .so library version
    
    We have an ABI break in this release (get_strings_and_reopen() changes),
    so programs using the C++ wrapper need to be recompiled.

-----------------------------------------------------------------------

Summary of changes:
 ftdipp/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ftdipp/CMakeLists.txt b/ftdipp/CMakeLists.txt
index 7500211..27fbe8d 100644
--- a/ftdipp/CMakeLists.txt
+++ b/ftdipp/CMakeLists.txt
@@ -27,7 +27,7 @@ if (FTDIPP)
     add_library(ftdipp1 SHARED ${cpp_sources})
 
     math(EXPR VERSION_FIXUP "${MAJOR_VERSION} + 1")    # Compatiblity with 
previous releases
-    set_target_properties(ftdipp1 PROPERTIES VERSION 
${VERSION_FIXUP}.${MINOR_VERSION}.0 SOVERSION 2)
+    set_target_properties(ftdipp1 PROPERTIES VERSION 
${VERSION_FIXUP}.${MINOR_VERSION}.0 SOVERSION 3)
 
     # Prevent clobbering each other during the build
     set_target_properties(ftdipp1 PROPERTIES CLEAN_DIRECT_OUTPUT 1)


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.4rc1-12-g3b7ea7e, libftdi-git <=