vcpkg/ports/libxml2/rcVersion.h.in
Kai Pastor 30274be0ba
[libxml2] Pass version to rc via configured file (#17389)
* [libxml2] Pass version to rc via configured file

This change fixes quotation issues with the dotted version string on
mingw/Windows.

* x-add-version
2021-04-23 11:06:50 -07:00

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@"