diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-06-11 20:33:17 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-06-11 20:33:17 (GMT) |
commit | b5ad54990fc74fe043c91d2a005c7c32c931bc5d (patch) | |
tree | 1acfe2e4ea825172c06709c961c474cb6921d17e /Modules/expat/expat.h | |
parent | b0557e729e07e63f36d91d1d631424616373a384 (diff) | |
parent | 196d7db3956f4c0b03e87b570771b3460a61bab5 (diff) | |
download | cpython-b5ad54990fc74fe043c91d2a005c7c32c931bc5d.zip cpython-b5ad54990fc74fe043c91d2a005c7c32c931bc5d.tar.gz cpython-b5ad54990fc74fe043c91d2a005c7c32c931bc5d.tar.bz2 |
merge 3.4 (#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 } |