From: Scott Wheeler Date: Wed, 27 Jul 2005 07:29:41 +0000 (+0000) Subject: Forgot that this doesn't work for those not using X-Git-Tag: v1.5~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b16c8587abd4e7ef5efd2813d485298de45336a7;p=taglib Forgot that this doesn't work for those not using my hacked up build environment for TagLib. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@439118 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/taglib-config.in b/taglib-config.in index c30fae22..da1c7e36 100644 --- a/taglib-config.in +++ b/taglib-config.in @@ -35,7 +35,7 @@ do flags="$flags -I$includedir/taglib" ;; --version) - echo @VERSION@ + echo 1.4 ;; --prefix) echo $prefix diff --git a/taglib.pc.in b/taglib.pc.in index 664380b6..72d2feca 100644 --- a/taglib.pc.in +++ b/taglib.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: TagLib Description: Audio meta-data library Requires: -Version: @VERSION@ +Version: 1.4 Libs: -L${libdir} -ltag Cflags: -I${includedir}/taglib