mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:19:07 +08:00
30274be0ba
* [libxml2] Pass version to rc via configured file This change fixes quotation issues with the dotted version string on mingw/Windows. * x-add-version
5 lines
202 B
C
5 lines
202 B
C
#define LIBXML_MAJOR_VERSION @LIBXML_MAJOR_VERSION@
|
|
#define LIBXML_MINOR_VERSION @LIBXML_MINOR_VERSION@
|
|
#define LIBXML_MICRO_VERSION @LIBXML_MICRO_VERSION@
|
|
#define LIBXML_DOTTED_VERSION "@VERSION@"
|