summaryrefslogtreecommitdiffstats
path: root/Modules/expat/expat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/expat/expat.h')
-rw-r--r--Modules/expat/expat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/expat/expat.h b/Modules/expat/expat.h
index 7642512..9259a45 100644
--- a/Modules/expat/expat.h
+++ b/Modules/expat/expat.h
@@ -724,6 +724,10 @@ typedef struct {
XMLPARSEAPI(XML_Expat_Version)
XML_ExpatVersionInfo(void);
+/* VERSION is not defined in expat.h.in, but it really belongs here,
+ and defining it on the command line gives difficulties with MSVC. */
+#define VERSION "1.95.2"
+
#define XML_MAJOR_VERSION 1
#define XML_MINOR_VERSION 95
#define XML_MICRO_VERSION 2