libftdi: (gerd) increase lib version (async buffer changes struct -> incompatible)
authorGerd von Egidy <opensource@intra2net.com>
Thu, 6 Dec 2007 13:43:34 +0000 (13:43 +0000)
committerGerd von Egidy <opensource@intra2net.com>
Thu, 6 Dec 2007 13:43:34 +0000 (13:43 +0000)
src/Makefile.am

index 3c9284a..8d25a23 100644 (file)
@@ -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)