diff options
| author | 2012-06-18 02:07:31 +0200 | |
|---|---|---|
| committer | 2012-06-18 02:07:31 +0200 | |
| commit | f880dd00c71b895120fc0981eae83602f6adf0bd (patch) | |
| tree | f6456806e758b6834419410ffe4c95f34d1427ed | |
| parent | Add raw1394_read_cycle_timer_and_clock() API (diff) | |
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>
Diffstat (limited to '')
| -rw-r--r-- | configure.ac | 8 |
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) |
