From: Gary V. Vaughan Date: Fri, 25 Oct 2013 23:20:18 +0000 (+1300) Subject: libltdl: bump -version-info revision by 1. X-Git-Tag: v2.4.2.418~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=404dbdf20245ae02e288284d1385297d0e7a546d;p=thirdparty%2Flibtool.git libltdl: bump -version-info revision by 1. The only changes to libltdl sources since v2.4.2 have been cosmetic and stylistic. * libltdl/ltdl.mk (LTDL_VERSION_INFO): For a release with no interface changes C:R:A becomes C:R+1:A. Signed-off-by: Gary V. Vaughan --- diff --git a/libltdl/ltdl.mk b/libltdl/ltdl.mk index 6cafd87a8..7d9934d24 100644 --- a/libltdl/ltdl.mk +++ b/libltdl/ltdl.mk @@ -37,7 +37,7 @@ AM_CPPFLAGS += -DLT_CONFIG_H='<$(LT_CONFIG_H)>' \ -DLTDL -I. -I$(srcdir) -Ilibltdl \ -I$(srcdir)/libltdl -I$(srcdir)/libltdl/libltdl AM_LDFLAGS += -no-undefined -LTDL_VERSION_INFO = -version-info 10:0:3 +LTDL_VERSION_INFO = -version-info 10:1:3 noinst_LTLIBRARIES += $(LT_DLLOADERS)