aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/expat/expat.h
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2022-11-09 12:08:14 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2022-11-09 12:08:14 +0300
commit41fc4a8aaa393fbb516c9e0edb6ffe98ab7097e5 (patch)
tree34b3b5b9a4efd0750c64693b2d62d7052454a88a /contrib/libs/expat/expat.h
parenta2e4ed1195515c99e93377ea2e7804e80882e920 (diff)
downloadydb-41fc4a8aaa393fbb516c9e0edb6ffe98ab7097e5.tar.gz
Update contrib/libs/expat to 2.5.0
Diffstat (limited to 'contrib/libs/expat/expat.h')
-rw-r--r--contrib/libs/expat/expat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/expat/expat.h b/contrib/libs/expat/expat.h
index 2b47ce2a8d..1c83563cbf 100644
--- a/contrib/libs/expat/expat.h
+++ b/contrib/libs/expat/expat.h
@@ -1054,8 +1054,8 @@ XML_SetBillionLaughsAttackProtectionActivationThreshold(
See http://semver.org.
*/
#define XML_MAJOR_VERSION 2
-#define XML_MINOR_VERSION 4
-#define XML_MICRO_VERSION 9
+#define XML_MINOR_VERSION 5
+#define XML_MICRO_VERSION 0
#ifdef __cplusplus
}