#3849: Upgrade bundled libexpat to 2.5.0 [fixes CVE]

This commit is contained in:
Günter Obiltschnig
2022-10-31 13:25:24 +01:00
parent 4328fab724
commit dac733d055
3 changed files with 35 additions and 18 deletions

View File

@@ -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
}