summaryrefslogtreecommitdiffstats
path: root/Modules/expat/expat.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-06-28 03:54:44 (GMT)
committerGitHub <noreply@github.com>2019-06-28 03:54:44 (GMT)
commit3b03b09fc94425915c5b1225e9200a3a95bc827b (patch)
treeef068553e1d0ba55c8a566633466d0b47a1b79ae /Modules/expat/expat.h
parent44f91c388a6f4da9ed3300df32ca290b8aa104ea (diff)
downloadcpython-3b03b09fc94425915c5b1225e9200a3a95bc827b.zip
cpython-3b03b09fc94425915c5b1225e9200a3a95bc827b.tar.gz
cpython-3b03b09fc94425915c5b1225e9200a3a95bc827b.tar.bz2
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
Diffstat (limited to 'Modules/expat/expat.h')
-rw-r--r--Modules/expat/expat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/expat/expat.h b/Modules/expat/expat.h
index 174c3fa..c050f1d 100644
--- a/Modules/expat/expat.h
+++ b/Modules/expat/expat.h
@@ -1076,7 +1076,7 @@ XML_GetFeatureList(void);
*/
#define XML_MAJOR_VERSION 2
#define XML_MINOR_VERSION 2
-#define XML_MICRO_VERSION 6
+#define XML_MICRO_VERSION 7
#ifdef __cplusplus
}