diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-06-11 20:28:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-06-11 20:28:56 (GMT) |
commit | 196d7db3956f4c0b03e87b570771b3460a61bab5 (patch) | |
tree | 9d0d069568187788b2a30b8424d60c4228ac093f /Modules/expat/expat.h | |
parent | 46b32f307c48bcb999b22eebf65ffe8ed5cca544 (diff) | |
download | cpython-196d7db3956f4c0b03e87b570771b3460a61bab5.zip cpython-196d7db3956f4c0b03e87b570771b3460a61bab5.tar.gz cpython-196d7db3956f4c0b03e87b570771b3460a61bab5.tar.bz2 |
upgrade expt to 2.1.1 (closes #26556)
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 06b5de0..e8eefdd 100644 --- a/Modules/expat/expat.h +++ b/Modules/expat/expat.h @@ -1040,7 +1040,7 @@ XML_GetFeatureList(void); */ #define XML_MAJOR_VERSION 2 #define XML_MINOR_VERSION 1 -#define XML_MICRO_VERSION 0 +#define XML_MICRO_VERSION 1 #ifdef __cplusplus } |