From ed42d70d5265dacd5f90790661e1d38c8fd10425 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Tue, 9 Sep 2008 11:43:18 +0000 Subject: [PATCH] libftdi: (tomj) increase .so library version --- src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index de60c80..3c23493 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 14:0:13 $(all_libraries) +libftdi_la_LDFLAGS = -version-info 15:0:14 $(all_libraries) -- 1.7.1