From b7d9398052b960a7ce5a2be9dcf61aa36cdf66df Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Tue, 27 Jul 2004 02:00:01 +0000 Subject: [PATCH] This is wrong -- this would indicate a BIC library release. Please see "info:/libtool/Updating version info" when changing the libtool version string. CCMAIL:Allan Sandfeld Jensen git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@333116 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 73a5e4cf..53092ac2 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 2:1:0 +libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2 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