mirror of
https://github.com/taglib/taglib.git
synced 2026-07-23 11:50:53 -04:00
a16c95b33fd215f4616fa2e7a80c81bcc629d945
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++
96.6%
CMake
2.1%
C
0.9%
Logos
0.4%