mirror of
https://github.com/taglib/taglib.git
synced 2025-11-14 21:52:47 -05:00
Update all version numbers to 1.6.3
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1114073 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -9,7 +9,7 @@ CONFIG -= qt
|
||||
DEFINES += HAVE_ZLIB=1 NDEBUG WITH_ASF WITH_MP4
|
||||
LIBS += -lz
|
||||
TARGET = TagLib
|
||||
VERSION = 1.6.2
|
||||
VERSION = 1.6.3
|
||||
DEPENDPATH += . \
|
||||
ape \
|
||||
asf \
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
#define TAGLIB_MAJOR_VERSION 1
|
||||
#define TAGLIB_MINOR_VERSION 6
|
||||
#define TAGLIB_PATCH_VERSION 0
|
||||
#define TAGLIB_PATCH_VERSION 3
|
||||
|
||||
#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1))
|
||||
#define TAGLIB_IGNORE_MISSING_DESTRUCTOR _Pragma("GCC diagnostic ignored \"-Wnon-virtual-dtor\"")
|
||||
|
||||
Reference in New Issue
Block a user