Merge pull request #8 from hmalpani/feature/upgrade_expat_component

expat: upgrade to v2.4.3 release
This commit is contained in:
Mahavir Jain 2022-01-28 17:03:19 +05:30 committed by GitHub
commit 80fa57ec6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit a28238bdeebc087071777001245df1876a11f5ee
Subproject commit 57c7da69b78e3698e112a6b5da19d5109b8232d1

View File

@ -1,4 +1,4 @@
version: "2.4.1"
version: "2.4.3"
description: "Expat - XML Parsing C Library"
url: https://github.com/espressif/idf-extra-components/tree/master/expat
dependencies:

View File

@ -63,7 +63,7 @@
#define PACKAGE_NAME "expat"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "expat 2.4.1"
#define PACKAGE_STRING "expat 2.4.3"
/* 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.1"
#define PACKAGE_VERSION "2.4.3"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "2.4.1"
#define VERSION "2.4.3"
/* whether byteorder is bigendian */
/* #undef WORDS_BIGENDIAN */