git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@361202 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler
2004-11-07 16:10:40 +00:00
parent 16a9b68154
commit 4175270a45
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ do
flags="$flags -I$includedir/taglib"
;;
--version)
echo 1.3
echo 1.3.1
;;
--prefix)
echo $prefix

View File

@ -24,6 +24,7 @@
#define TAGLIB_MAJOR_VERSION 1
#define TAGLIB_MINOR_VERSION 3
#define TAGLIB_PATCH_VERSION 1
#include <string>