Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0078f6c commit 6512dbdCopy full SHA for 6512dbd
1 file changed
Modules/pyexpat.c
@@ -8,7 +8,7 @@
8
#endif
9
10
#ifdef XML_MAJOR_VERSION
11
-#define EXPAT_VERSION (0x10000*XML_MAJOR_VERSION+0x100*XML_MINOR_VERSION+XML_MINOR_VERSION)
+#define EXPAT_VERSION (0x10000*XML_MAJOR_VERSION+0x100*XML_MINOR_VERSION+XML_MICRO_VERSION)
12
#else
13
#ifndef EXPAT_VERSION
14
/* Assume Expat 1.1 unless told otherwise */
0 commit comments