aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/toolkit
diff options
context:
space:
mode:
authorUrs Fleisch <ufleisch@users.sourceforge.net>2020-12-28 11:36:05 +0100
committerUrs Fleisch <ufleisch@users.sourceforge.net>2021-01-23 09:15:32 +0100
commit4c14571647e3391dd8f59473903abc44707b4f1b (patch)
tree8db40cf0be5c21f95f1322940b80b027434a287d /taglib/toolkit
parentf4b476a620a3d04534b502b3776a446091d3c87e (diff)
Update version to 1.12.0v1.12-beta-2
Diffstat (limited to 'taglib/toolkit')
-rw-r--r--taglib/toolkit/taglib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/taglib/toolkit/taglib.h b/taglib/toolkit/taglib.h
index 0a18a9ac..ffce61f7 100644
--- a/taglib/toolkit/taglib.h
+++ b/taglib/toolkit/taglib.h
@@ -29,8 +29,8 @@
#include "taglib_config.h"
#define TAGLIB_MAJOR_VERSION 1
-#define TAGLIB_MINOR_VERSION 11
-#define TAGLIB_PATCH_VERSION 1
+#define TAGLIB_MINOR_VERSION 12
+#define TAGLIB_PATCH_VERSION 0
#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1)) || defined(__clang__)
#define TAGLIB_IGNORE_MISSING_DESTRUCTOR _Pragma("GCC diagnostic ignored \"-Wnon-virtual-dtor\"")