diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-06-27 02:25:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-27 02:25:45 (GMT) |
commit | 4e21100fa7bf66e0b32146d3f46ae16afc73fee1 (patch) | |
tree | 514340ca04c57a4bffcb2a55a01e28f2b58b7b80 /Modules/expat/expat.h | |
parent | 58ed7307ea0b5c5aa052291ebc3030f314f938d8 (diff) | |
download | cpython-4e21100fa7bf66e0b32146d3f46ae16afc73fee1.zip cpython-4e21100fa7bf66e0b32146d3f46ae16afc73fee1.tar.gz cpython-4e21100fa7bf66e0b32146d3f46ae16afc73fee1.tar.bz2 |
bpo-33956: update vendored expat to 2.2.5 (GH-7925)
Diffstat (limited to 'Modules/expat/expat.h')
-rw-r--r-- | Modules/expat/expat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/expat/expat.h b/Modules/expat/expat.h index d0735bb..1f608c0 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 4 +#define XML_MICRO_VERSION 5 #ifdef __cplusplus } |