summaryrefslogtreecommitdiff
path: root/lib/expat.h
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-05-04 10:42:31 +0100
committerPaul Duffin <paulduffin@google.com>2016-05-04 11:25:45 +0100
commitcee23496d017f13eccc125e2ab7044de53dec8da (patch)
tree53aec2e4b018247b4aa0a23a8bd5a0db84e48312 /lib/expat.h
parent718f25197aa07d995faedae79823b8778428c59c (diff)
downloadexpat-cee23496d017f13eccc125e2ab7044de53dec8da.tar.gz
Upgrade to expat 2.1.1
Modified the import_expat.sh script as the archive is now compressed using bzip2 instead of gzip and uses configure.ac instead of configure.in. Modified README.android to make the example command up to date with respect to the new archive format and also to ensure that it builds dependencies. All the remaining changes are straight from upstream. Bug: 27818751 Change-Id: Ia4d587e98a3f68b7133cdbcb0ca952e18fffcfe8
Diffstat (limited to 'lib/expat.h')
-rw-r--r--lib/expat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/expat.h b/lib/expat.h
index 9a21680b..ec62f140 100644
--- a/lib/expat.h
+++ b/lib/expat.h
@@ -1038,7 +1038,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
}