Kevin André
c332aa04f2
Add simple runtime version check API (#970)
How to use:
#include <tversionnumber.h>
if (TagLib::runtimeVersion() >= TagLib::VersionNumber(1, 11, 1)) {
// running v1.11.1 or higher
}
if (TagLib::runtimeVersion() >= TagLib::VersionNumber(1, 12)) {
// running v1.12 or higher
}
---------
Co-authored-by: Urs Fleisch <ufleisch@users.sourceforge.net>
2023-10-06 14:15:30 +02:00
..
2023-09-26 16:23:03 +02:00
2023-10-06 14:15:30 +02:00
2023-07-22 07:09:58 +02:00
2023-07-22 07:09:58 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-07-22 07:09:58 +02:00
2023-07-22 07:09:58 +02:00
2023-09-26 16:23:03 +02:00
2023-09-16 08:22:36 +02:00
2023-09-26 16:23:03 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-07-22 07:09:58 +02:00
2023-07-22 07:09:58 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-30 14:25:52 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-07-22 07:09:58 +02:00
2023-09-16 08:23:45 +02:00
2023-09-03 15:14:05 +02:00
2023-09-26 16:23:03 +02:00
2023-07-22 07:09:58 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-10-06 14:15:30 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-16 08:22:36 +02:00
2023-09-03 15:14:05 +02:00
2023-08-07 20:44:11 -05:00