mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
expat: Upgrade version to release v2.5.0
This commit is contained in:
parent
932b6699ac
commit
7ad67bf462
@ -1 +1 @@
|
||||
Subproject commit 3bab6c09bbe8bf42d84b81563ddbcf4cca4be838
|
||||
Subproject commit 454c6105bc2d0ea2521b8f8f7a5161c2abd8c386
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user