diff --git a/expat/lib/expat.h b/expat/lib/expat.h index b148474e..51fa10ec 100644 --- a/expat/lib/expat.h +++ b/expat/lib/expat.h @@ -717,6 +717,10 @@ typedef struct { XML_Expat_Version XMLPARSEAPI XML_ExpatVersionInfo(void); +#define XML_MAJOR_VERSION 1 +#define XML_MINOR_VERSION 95 +#define XML_MICRO_VERSION 2 + #ifdef __cplusplus } #endif