summaryrefslogtreecommitdiffstats
path: root/Modules/expat/expat.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-06-11 20:33:17 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-06-11 20:33:17 (GMT)
commitb5ad54990fc74fe043c91d2a005c7c32c931bc5d (patch)
tree1acfe2e4ea825172c06709c961c474cb6921d17e /Modules/expat/expat.h
parentb0557e729e07e63f36d91d1d631424616373a384 (diff)
parent196d7db3956f4c0b03e87b570771b3460a61bab5 (diff)
downloadcpython-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.h2
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
}