From 02925797d288ee2e158f483af89ad57990c162ad Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Fri, 22 Jul 2005 08:33:45 +0000 Subject: [PATCH] Go ahead and increment the libtool version in preparation for 1.4. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@437529 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b88b7047..5c4e7db2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ libtag_la_SOURCES = tag.cpp fileref.cpp audioproperties.cpp taglib_include_HEADERS = tag.h fileref.h audioproperties.h taglib_includedir = $(includedir)/taglib -libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 4:0:3 +libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 5:0:4 libtag_la_LIBADD = ./mpeg/libmpeg.la ./ogg/libogg.la ./flac/libflac.la ./mpc/libmpc.la ./ape/libape.la ./toolkit/libtoolkit.la bin_SCRIPTS = taglib-config