From: Gerd von Egidy Date: Thu, 6 Dec 2007 13:43:34 +0000 (+0000) Subject: libftdi: (gerd) increase lib version (async buffer changes struct -> incompatible) X-Git-Tag: v0.11~7 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=47aad3776a1e38598953e5c59e88c06ee7c45087 libftdi: (gerd) increase lib version (async buffer changes struct -> incompatible) --- diff --git a/src/Makefile.am b/src/Makefile.am index 3c9284a..8d25a23 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,4 +10,4 @@ include_HEADERS = ftdi.h # 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) -libftdi_la_LDFLAGS = -version-info 10:0:10 $(all_libraries) +libftdi_la_LDFLAGS = -version-info 12:0:11 $(all_libraries)