Update version to 1.10.0.

This commit is contained in:
Tsuda Kageyu
2015-08-03 16:14:48 +09:00
parent f112d538ea
commit b6e7bb2c84
2 changed files with 6 additions and 6 deletions

View File

@ -29,8 +29,8 @@
#include "taglib_config.h"
#define TAGLIB_MAJOR_VERSION 1
#define TAGLIB_MINOR_VERSION 9
#define TAGLIB_PATCH_VERSION 1
#define TAGLIB_MINOR_VERSION 10
#define TAGLIB_PATCH_VERSION 0
#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1))
#define TAGLIB_IGNORE_MISSING_DESTRUCTOR _Pragma("GCC diagnostic ignored \"-Wnon-virtual-dtor\"")