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>
This commit is contained in:
parent
5b4cffe9d7
commit
f880dd00c7
|
@ -1,6 +1,6 @@
|
||||||
# process this file with autoconf to get a configure script
|
# 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)
|
AC_CONFIG_SRCDIR(src/raw1394.h)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
|
@ -16,9 +16,9 @@ AC_C_CONST
|
||||||
AC_C_BIGENDIAN
|
AC_C_BIGENDIAN
|
||||||
|
|
||||||
# set the libtool so version numbers
|
# set the libtool so version numbers
|
||||||
lt_major=11
|
lt_major=12
|
||||||
lt_revision=1
|
lt_revision=0
|
||||||
lt_age=0
|
lt_age=1
|
||||||
|
|
||||||
AC_SUBST(lt_major)
|
AC_SUBST(lt_major)
|
||||||
AC_SUBST(lt_revision)
|
AC_SUBST(lt_revision)
|
||||||
|
|
Reference in New Issue