fix(XML): Upgrade bundled libexpat to 2.6.2 #4496

This commit is contained in:
Günter Obiltschnig
2024-03-22 08:34:55 +01:00
parent 480f992aa4
commit 77eb14eebd
2 changed files with 8 additions and 4 deletions

View File

@@ -1066,7 +1066,7 @@ XML_SetReparseDeferralEnabled(XML_Parser parser, XML_Bool enabled);
*/
#define XML_MAJOR_VERSION 2
#define XML_MINOR_VERSION 6
#define XML_MICRO_VERSION 1
#define XML_MICRO_VERSION 2
#ifdef __cplusplus
}