X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdipp%2FMakefile.am;h=f1f9907ece22887139c3759c19e5e43c9ab8690f;hp=e80b15e39bb668a8aab00ef1e2ea99328b38138c;hb=6b22a0549318d1e7fba0c1d9e28c1acf7b94f8b0;hpb=901e5d5c73cc12268083e20bcfb93dadf361c3f5 diff --git a/ftdipp/Makefile.am b/ftdipp/Makefile.am index e80b15e..f1f9907 100644 --- a/ftdipp/Makefile.am +++ b/ftdipp/Makefile.am @@ -9,7 +9,7 @@ libftdipp_la_SOURCES = ftdi.cpp # Note: If you specify a:b:c as the version in the next line, # the library that is made has version (a-c).c.b. In this # example, the version is 2.1.2. (3:2:1) -libftdipp_la_LDFLAGS = -version-info 16:0:15 $(all_libraries) @BOOST_LDFLAGS@ +libftdipp_la_LDFLAGS = -version-info 17:0:16 $(all_libraries) @BOOST_LDFLAGS@ libftdipp_la_LIBADD = $(top_builddir)/src/libftdi.la EXTRA_DIST = CMakeLists.txt