Skip to content

Commit e3de035

Browse files
committed
Version 2.0.2
1 parent 1bd0d71 commit e3de035

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
TagLib 2.0.2 (Aug 24, 2024)
2+
===========================
3+
4+
* Fix parsing of ID3v2.2 frames.
5+
* Tolerate MP4 files with unknown atom types as generated by Android tools.
6+
* Support setting properties with arbitrary names in MP4 tags.
7+
* Windows: Fix "-p" option in tagwriter example.
8+
* Support building with older utfcpp versions.
9+
110
TagLib 2.0.1 (Apr 9, 2024)
211
==========================
312

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ endif()
9393
# Patch version: increase it for bug fix releases.
9494
set(TAGLIB_SOVERSION_MAJOR 2)
9595
set(TAGLIB_SOVERSION_MINOR 0)
96-
set(TAGLIB_SOVERSION_PATCH 1)
96+
set(TAGLIB_SOVERSION_PATCH 2)
9797

9898
include(ConfigureChecks.cmake)
9999

taglib/toolkit/taglib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#define TAGLIB_MAJOR_VERSION 2
3030
#define TAGLIB_MINOR_VERSION 0
31-
#define TAGLIB_PATCH_VERSION 1
31+
#define TAGLIB_PATCH_VERSION 2
3232

3333
#if (defined(_MSC_VER) && _MSC_VER >= 1600)
3434
#define TAGLIB_CONSTRUCT_BITSET(x) static_cast<unsigned long long>(x)

0 commit comments

Comments
 (0)