From 426e8abdc5f7a139509071c841283c5ffed2f8c6 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 25 Apr 2008 07:41:02 +0000 Subject: [PATCH] libftdi: (tomj) increase version number --- configure.in | 2 +- libftdi.spec | 2 +- src/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 229a8b0..64bffd6 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libftdi, 0.12) +AM_INIT_AUTOMAKE(libftdi, 0.13) AC_LANG_C AC_PROG_CC diff --git a/libftdi.spec b/libftdi.spec index 76337e2..52ba933 100644 --- a/libftdi.spec +++ b/libftdi.spec @@ -1,6 +1,6 @@ Summary: Library to program and control the FTDI USB controller Name: libftdi -Version: 0.12 +Version: 0.13 Release: 1 Copyright: LGPL Group: System Environment/Libraries diff --git a/src/Makefile.am b/src/Makefile.am index 57032ef..de60c80 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 13:0:12 $(all_libraries) +libftdi_la_LDFLAGS = -version-info 14:0:13 $(all_libraries) -- 1.7.1