]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libltdl: bump -version-info revision by 1.
authorGary V. Vaughan <gary@gnu.org>
Fri, 25 Oct 2013 23:20:18 +0000 (12:20 +1300)
committerGary V. Vaughan <gary@gnu.org>
Fri, 25 Oct 2013 23:37:46 +0000 (12:37 +1300)
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 <gary@gnu.org>
libltdl/ltdl.mk

index 6cafd87a8d78223f0702e8f3000dc99b8dbf941e..7d9934d24341380f44108332dd52ab9b8a536ac7 100644 (file)
@@ -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)