From f4f26d227ba22b6a80e837dad85b7f42e7678a83 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 24 Jan 2001 19:37:36 +0000 Subject: [PATCH] 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. --- expat/lib/expat.h | 4 ++++ 1 file changed, 4 insertions(+) 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