Prepare 2.3.2 release

This commit is contained in:
Urs Fleisch
2026-08-27 17:39:35 +02:00
parent 3672fa6dd2
commit 6dd7c9f313
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ endif()
# Patch version: increase it for bug fix releases.
set(TAGLIB_SOVERSION_MAJOR 2)
set(TAGLIB_SOVERSION_MINOR 3)
set(TAGLIB_SOVERSION_PATCH 1)
set(TAGLIB_SOVERSION_PATCH 2)
include(ConfigureChecks.cmake)
+1 -1
View File
@@ -28,7 +28,7 @@
#define TAGLIB_MAJOR_VERSION 2
#define TAGLIB_MINOR_VERSION 3
#define TAGLIB_PATCH_VERSION 1
#define TAGLIB_PATCH_VERSION 2
#if (defined(_MSC_VER) && _MSC_VER >= 1600)
#define TAGLIB_CONSTRUCT_BITSET(x) static_cast<unsigned long long>(x)