From 47aad3776a1e38598953e5c59e88c06ee7c45087 Mon Sep 17 00:00:00 2001 From: Gerd von Egidy Date: Thu, 6 Dec 2007 13:43:34 +0000 Subject: [PATCH] libftdi: (gerd) increase lib version (async buffer changes struct -> incompatible) --- src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) -- 1.7.1