aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2012-06-18 02:07:31 +0200
committerStefan Richter <stefanr@s5r6.in-berlin.de>2012-06-18 02:07:31 +0200
commitf880dd00c71b895120fc0981eae83602f6adf0bd (patch)
treef6456806e758b6834419410ffe4c95f34d1427ed
parent5b4cffe9d7b515d807874da48c6a149edc37a99b (diff)
downloadlibraw1394-f880dd00c71b895120fc0981eae83602f6adf0bd.tar.gz
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 <stefanr@s5r6.in-berlin.de>
-rw-r--r--configure.ac8
1 files 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)