From f880dd00c71b895120fc0981eae83602f6adf0bd Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Mon, 18 Jun 2012 02:07:31 +0200 Subject: [PATCH] Increase libtool version to 2.1.0 due to the API additions since 2.0.9: raw1394_add_config_rom_descriptor() raw1394_remove_config_rom_descriptor() raw1394_read_cycle_timer_and_clock() Signed-off-by: Stefan Richter --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 88e4908..8da190a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # process this file with autoconf to get a configure script -AC_INIT(libraw1394, 2.0.9) +AC_INIT(libraw1394, 2.1.0) AC_CONFIG_SRCDIR(src/raw1394.h) AM_CONFIG_HEADER(config.h) @@ -16,9 +16,9 @@ AC_C_CONST AC_C_BIGENDIAN # set the libtool so version numbers -lt_major=11 -lt_revision=1 -lt_age=0 +lt_major=12 +lt_revision=0 +lt_age=1 AC_SUBST(lt_major) AC_SUBST(lt_revision)