Skip to content

Commit 00f2eeb

Browse files
committed
project: Update for 2.13.5 merge.
1 parent d8778a4 commit 00f2eeb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

SMP/SMP.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/parser.c b/parser.c
2-
index 365025c5..aa6367a3 100644
2+
index 52ca3565..bd858419 100644
33
--- a/parser.c
44
+++ b/parser.c
55
@@ -7612,7 +7612,7 @@ xmlHandleUndeclaredEntity(xmlParserCtxtPtr ctxt, const xmlChar *name) {
@@ -11,7 +11,7 @@ index 365025c5..aa6367a3 100644
1111

1212
/*
1313
* Predefined entities override any extra definition
14-
@@ -9357,7 +9357,7 @@ next_attr:
14+
@@ -9390,7 +9390,7 @@ next_attr:
1515
if (defaults != NULL) {
1616
for (i = 0; i < defaults->nbAttrs; i++) {
1717
xmlDefAttr *attr = &defaults->attrs[i];
@@ -41,7 +41,7 @@ index dd2fd7a5..a80bac1f 100644
4141

4242
/*
4343
diff --git a/xpath.c b/xpath.c
44-
index 033de621..f26bd46b 100644
44+
index 485d7747..c3501fb3 100644
4545
--- a/xpath.c
4646
+++ b/xpath.c
4747
@@ -8481,7 +8481,7 @@ void

SMP/libxml/xmlversion.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,36 @@
1515
*
1616
* the version string like "1.2.3"
1717
*/
18-
#define LIBXML_DOTTED_VERSION "2.13.4"
18+
#define LIBXML_DOTTED_VERSION "2.13.5"
1919

2020
/**
2121
* LIBXML_VERSION:
2222
*
2323
* the version number: 1.2.3 value is 10203
2424
*/
25-
#define LIBXML_VERSION 20134
25+
#define LIBXML_VERSION 20135
2626

2727
/**
2828
* LIBXML_VERSION_STRING:
2929
*
3030
* the version number string, 1.2.3 value is "10203"
3131
*/
32-
#define LIBXML_VERSION_STRING "20134"
32+
#define LIBXML_VERSION_STRING "20135"
3333

3434
/**
3535
* LIBXML_VERSION_EXTRA:
3636
*
3737
* extra version information, used to show a git commit description
3838
*/
39-
#define LIBXML_VERSION_EXTRA "-GITv2.13.4"
39+
#define LIBXML_VERSION_EXTRA "-GITv2.13.5"
4040

4141
/**
4242
* LIBXML_TEST_VERSION:
4343
*
4444
* Macro to check that the libxml version in use is compatible with
4545
* the version the software has been compiled against
4646
*/
47-
#define LIBXML_TEST_VERSION xmlCheckVersion(20134);
47+
#define LIBXML_TEST_VERSION xmlCheckVersion(20135);
4848

4949
/**
5050
* LIBXML_THREAD_ENABLED:

SMP/rcVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
#define LIBXML_MAJOR_VERSION 2
77
#define LIBXML_MINOR_VERSION 13
8-
#define LIBXML_MICRO_VERSION 4
9-
#define LIBXML_DOTTED_VERSION "2.13.4"
8+
#define LIBXML_MICRO_VERSION 5
9+
#define LIBXML_DOTTED_VERSION "2.13.5"

0 commit comments

Comments
 (0)