]> granicus.if.org Git - libexpat/commitdiff
Add definitions of XML_MAJOR_VERSION, XML_MINOR_VERSION, and
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 24 Jan 2001 19:37:36 +0000 (19:37 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 24 Jan 2001 19:37:36 +0000 (19:37 +0000)
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

index b148474eb080b7eaadd29e99df5cc633f7cbe15c..51fa10ec9bab302e6cc8a4847dee6ee708ff40bf 100644 (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