From: Thomas Jarosch Date: Sat, 19 Dec 2009 15:15:44 +0000 (+0100) Subject: Increase version X-Git-Tag: v0.17^0 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=8e527547a8df7264bbaba4644d93ac132473d321 Increase version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cbce92..14e02b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/configure.in b/configure.in index 3b3f96a..a30e7eb 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(libftdi, 0.16) +AC_INIT(libftdi, 0.17) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) diff --git a/ftdipp/Makefile.am b/ftdipp/Makefile.am index 0b6da99..6cea83a 100644 --- a/ftdipp/Makefile.am +++ b/ftdipp/Makefile.am @@ -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 diff --git a/src/Makefile.am b/src/Makefile.am index c71fe60..20b735a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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