Skip to content

Commit a0009df

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-expat (2.7.0-1 -> 2.7.1-1) mingw-w64-x86_64-expat (2.7.0-1 -> 2.7.1-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 8fb7a76 commit a0009df

File tree

47 files changed

+115
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+115
-39
lines changed

mingw32/bin/libexpat-1.dll

512 Bytes
Binary file not shown.

mingw32/bin/xmlwf.exe

0 Bytes
Binary file not shown.

mingw32/include/expat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ XML_SetReparseDeferralEnabled(XML_Parser parser, XML_Bool enabled);
10681068
*/
10691069
#define XML_MAJOR_VERSION 2
10701070
#define XML_MINOR_VERSION 7
1071-
#define XML_MICRO_VERSION 0
1071+
#define XML_MICRO_VERSION 1
10721072

10731073
#ifdef __cplusplus
10741074
}

mingw32/include/expat_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
#define PACKAGE_NAME "expat"
8484

8585
/* Define to the full name and version of this package. */
86-
#define PACKAGE_STRING "expat 2.7.0"
86+
#define PACKAGE_STRING "expat 2.7.1"
8787

8888
/* Define to the one symbol short name of this package. */
8989
#define PACKAGE_TARNAME "expat"
@@ -92,15 +92,15 @@
9292
#define PACKAGE_URL ""
9393

9494
/* Define to the version of this package. */
95-
#define PACKAGE_VERSION "2.7.0"
95+
#define PACKAGE_VERSION "2.7.1"
9696

9797
/* Define to 1 if all of the C90 standard headers exist (not just the ones
9898
required in a freestanding environment). This macro is provided for
9999
backward compatibility; new code need not use it. */
100100
#define STDC_HEADERS 1
101101

102102
/* Version number of package */
103-
#define VERSION "2.7.0"
103+
#define VERSION "2.7.1"
104104

105105
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
106106
significant byte first (like Motorola and SPARC, unlike Intel). */

mingw32/lib/cmake/expat-2.7.0/expat-config-version.cmake renamed to mingw32/lib/cmake/expat-2.7.1/expat-config-version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
# The variable CVF_VERSION must be set before calling configure_file().
1010

1111

12-
set(PACKAGE_VERSION "2.7.0")
12+
set(PACKAGE_VERSION "2.7.1")
1313

1414
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515
set(PACKAGE_VERSION_COMPATIBLE FALSE)
1616
else()
1717

18-
if("2.7.0" MATCHES "^([0-9]+)\\.")
18+
if("2.7.1" MATCHES "^([0-9]+)\\.")
1919
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
2020
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
2121
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
2222
endif()
2323
else()
24-
set(CVF_VERSION_MAJOR "2.7.0")
24+
set(CVF_VERSION_MAJOR "2.7.1")
2525
endif()
2626

2727
if(PACKAGE_FIND_VERSION_RANGE)
File renamed without changes.
File renamed without changes.

mingw32/lib/libexpat.a

192 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/expat.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib
44
includedir=${prefix}/include
55

66
Name: expat
7-
Version: 2.7.0
7+
Version: 2.7.1
88
Description: expat XML parser
99
URL: https://libexpat.github.io/
1010
Libs: -L${libdir} -lexpat

0 commit comments

Comments
 (0)