Increase version v0.17
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 19 Dec 2009 15:15:44 +0000 (16:15 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 19 Dec 2009 15:15:44 +0000 (16:15 +0100)
CMakeLists.txt
configure.in
ftdipp/Makefile.am
src/Makefile.am

index 6cbce92..14e02b2 100644 (file)
@@ -1,7 +1,7 @@
 # Project
 project(libftdi)
 set(MAJOR_VERSION 0)
-set(MINOR_VERSION 16)
+set(MINOR_VERSION 17)
 set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION})
 SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")
 
index 3b3f96a..a30e7eb 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(libftdi, 0.16)
+AC_INIT(libftdi, 0.17)
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
 
index 0b6da99..6cea83a 100644 (file)
@@ -9,7 +9,7 @@ libftdipp_la_SOURCES = ftdi.cpp
 # 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)
-libftdipp_la_LDFLAGS = -version-info 17:0:16 @BOOST_LDFLAGS@
+libftdipp_la_LDFLAGS = -version-info 18:0:17 @BOOST_LDFLAGS@
 libftdipp_la_LIBADD = $(top_builddir)/src/libftdi.la
 
 EXTRA_DIST = CMakeLists.txt
index c71fe60..20b735a 100644 (file)
@@ -6,6 +6,6 @@ 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 17:0:16
+libftdi_la_LDFLAGS = -version-info 18:0:17
 
 EXTRA_DIST = CMakeLists.txt