libftdi: (tomj) increase version number
authorThomas Jarosch <opensource@intra2net.com>
Fri, 25 Apr 2008 07:41:02 +0000 (07:41 +0000)
committerThomas Jarosch <opensource@intra2net.com>
Fri, 25 Apr 2008 07:41:02 +0000 (07:41 +0000)
configure.in
libftdi.spec
src/Makefile.am

index 229a8b0..64bffd6 100644 (file)
@@ -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
index 76337e2..52ba933 100644 (file)
@@ -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
index 57032ef..de60c80 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 13:0:12 $(all_libraries)
+libftdi_la_LDFLAGS = -version-info 14:0:13 $(all_libraries)