Skip to content

Commit 3315157

Browse files
author
Git for Windows Build Agent
committed
Update 3 packages
libxml2 (2.15.2-1 -> 2.15.3-1) mingw-w64-clang-aarch64-libxml2 (2.15.2-1 -> 2.15.3-1) mpc (1.4.0-1 -> 1.4.1-1) Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
1 parent 079745a commit 3315157

File tree

45 files changed

+24
-24
lines changed

Some content is hidden

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

45 files changed

+24
-24
lines changed

clangarm64/bin/libxml2-16.dll

5 KB
Binary file not shown.

clangarm64/bin/xml2-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ while test $# -gt 0; do
5858
;;
5959

6060
--version)
61-
echo 2.15.2
61+
echo 2.15.3
6262
exit 0
6363
;;
6464

clangarm64/bin/xmlcatalog.exe

0 Bytes
Binary file not shown.

clangarm64/bin/xmllint.exe

0 Bytes
Binary file not shown.

clangarm64/include/libxml2/libxml/xmlversion.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
/**
1717
* the version string like "1.2.3"
1818
*/
19-
#define LIBXML_DOTTED_VERSION "2.15.2"
19+
#define LIBXML_DOTTED_VERSION "2.15.3"
2020

2121
/**
2222
* the version number: 1.2.3 value is 10203
2323
*/
24-
#define LIBXML_VERSION 21502
24+
#define LIBXML_VERSION 21503
2525

2626
/**
2727
* the version number string, 1.2.3 value is "10203"
2828
*/
29-
#define LIBXML_VERSION_STRING "21502"
29+
#define LIBXML_VERSION_STRING "21503"
3030

3131
/**
3232
* extra version information, used to show a git commit description
@@ -37,7 +37,7 @@
3737
* Macro to check that the libxml version in use is compatible with
3838
* the version the software has been compiled against
3939
*/
40-
#define LIBXML_TEST_VERSION xmlCheckVersion(21502);
40+
#define LIBXML_TEST_VERSION xmlCheckVersion(21503);
4141

4242
#if 1
4343
/**

clangarm64/lib/cmake/libxml2/libxml2-config.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ get_filename_component(_LIBXML2_PREFIX "${_LIBXML2_PREFIX}/../../../" REALPATH)
2929

3030
set(LIBXML2_VERSION_MAJOR 2)
3131
set(LIBXML2_VERSION_MINOR 15)
32-
set(LIBXML2_VERSION_MICRO 2)
33-
set(LIBXML2_VERSION_STRING "2.15.2")
32+
set(LIBXML2_VERSION_MICRO 3)
33+
set(LIBXML2_VERSION_STRING "2.15.3")
3434
set(LIBXML2_DEFINITIONS "")
3535
set(LIBXML2_INCLUDE_DIR "${_LIBXML2_PREFIX}/include/libxml2")
3636
set(LIBXML2_LIBRARY_DIR "${_LIBXML2_PREFIX}/lib")

clangarm64/lib/libxml2.a

6.36 KB
Binary file not shown.

clangarm64/lib/pkgconfig/libxml-2.0.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=${prefix}/include
55
modules=1
66

77
Name: libXML
8-
Version: 2.15.2
8+
Version: 2.15.3
99
Description: libXML library version2.
1010
Requires.private: zlib
1111
Libs: -L${libdir} -lxml2
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)