mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
The current way of exposing TagLib's version only through #define's makes it impossible for clients (e.g. language bindings) to reliably determine the TagLib version that is currently in use: using the define's in client code will statically copy the compile-time values into the client's library, but if TagLib is dynamically bound the version (at least minor and patch version) can change after building client code.
Description
No description provided
Languages
C++
95.9%
CMake
2.5%
C
1.1%
Logos
0.5%