Add definitions of XML_MAJOR_VERSION, XML_MINOR_VERSION, and

XML_MICRO_VERSION.  These contain version-specific information, but
this header is about to become a generated file, so that's ok.
This commit is contained in:
Fred L. Drake, Jr. 2001-01-24 19:37:36 +00:00
parent 604600883c
commit f4f26d227b

View File

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