diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-11-09 12:08:14 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-11-09 12:08:14 +0300 |
commit | 41fc4a8aaa393fbb516c9e0edb6ffe98ab7097e5 (patch) | |
tree | 34b3b5b9a4efd0750c64693b2d62d7052454a88a /contrib/libs/expat/expat.h | |
parent | a2e4ed1195515c99e93377ea2e7804e80882e920 (diff) | |
download | ydb-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.h | 4 |
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 } |