aboutsummaryrefslogtreecommitdiffstats
path: root/taglib-config.cmake
diff options
context:
space:
mode:
authorLukáš Lalinský <lukas@oxygene.sk>2015-08-25 17:04:34 +0200
committerLukáš Lalinský <lukas@oxygene.sk>2015-08-25 17:04:34 +0200
commit29ed26528107f996c8b19d6184b55a516ffdb862 (patch)
tree7d7128f827e2a4e5b2fc3ab6be93ef30e95c3d14 /taglib-config.cmake
parent35aa6c4e842872b1d9c11c08233f4a3f2e7d471e (diff)
Skip the patch version if it's 0
Diffstat (limited to 'taglib-config.cmake')
-rw-r--r--taglib-config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib-config.cmake b/taglib-config.cmake
index 2c2d2dbc..2bc2811a 100644
--- a/taglib-config.cmake
+++ b/taglib-config.cmake
@@ -35,7 +35,7 @@ do
flags="$flags -I$includedir/taglib"
;;
--version)
- echo ${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}
+ echo ${TAGLIB_LIB_VERSION_STRING}
;;
--prefix)
echo $prefix