From 382402733c521e5306bb6ce29cbc721631c3d84d Mon Sep 17 00:00:00 2001 From: Harshit Malpani Date: Fri, 4 Nov 2022 15:22:08 +0530 Subject: [PATCH] expat: upgrade expat to v2.5.0 release --- expat/expat | 2 +- expat/idf_component.yml | 2 +- expat/port/include/expat_config.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/expat/expat b/expat/expat index 3bab6c0..454c610 160000 --- a/expat/expat +++ b/expat/expat @@ -1 +1 @@ -Subproject commit 3bab6c09bbe8bf42d84b81563ddbcf4cca4be838 +Subproject commit 454c6105bc2d0ea2521b8f8f7a5161c2abd8c386 diff --git a/expat/idf_component.yml b/expat/idf_component.yml index a2e6055..9ffae5a 100644 --- a/expat/idf_component.yml +++ b/expat/idf_component.yml @@ -1,4 +1,4 @@ -version: "2.4.8" +version: "2.5.0" description: "Expat - XML Parsing C Library" url: https://github.com/espressif/idf-extra-components/tree/master/expat dependencies: diff --git a/expat/port/include/expat_config.h b/expat/port/include/expat_config.h index 42acb52..c5a086c 100644 --- a/expat/port/include/expat_config.h +++ b/expat/port/include/expat_config.h @@ -63,7 +63,7 @@ #define PACKAGE_NAME "expat" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "expat 2.4.8" +#define PACKAGE_STRING "expat 2.5.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "expat" @@ -72,13 +72,13 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.4.8" +#define PACKAGE_VERSION "2.5.0" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "2.4.8" +#define VERSION "2.5.0" /* whether byteorder is bigendian */ /* #undef WORDS_BIGENDIAN */