Skip to content

Commit c8ae03e

Browse files
committed
project: Update for 2.12.6 merge.
1 parent 11cf2a3 commit c8ae03e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

SMP/SMP.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ index 945ea2c8..73902f29 100644
3535
char buf[256];
3636
unsigned long len = GetModuleFileNameA(hmodule, buf, 255);
3737
diff --git a/parser.c b/parser.c
38-
index b7534ae3..671380bd 100644
38+
index 1d99a48f..5a783ce6 100644
3939
--- a/parser.c
4040
+++ b/parser.c
4141
@@ -9887,7 +9887,7 @@ next_attr:

SMP/libxml/xmlversion.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,36 +29,36 @@ XMLPUBFUN void xmlCheckVersion(int version);
2929
*
3030
* the version string like "1.2.3"
3131
*/
32-
#define LIBXML_DOTTED_VERSION "2.12.5"
32+
#define LIBXML_DOTTED_VERSION "2.12.6"
3333

3434
/**
3535
* LIBXML_VERSION:
3636
*
3737
* the version number: 1.2.3 value is 10203
3838
*/
39-
#define LIBXML_VERSION 20125
39+
#define LIBXML_VERSION 20126
4040

4141
/**
4242
* LIBXML_VERSION_STRING:
4343
*
4444
* the version number string, 1.2.3 value is "10203"
4545
*/
46-
#define LIBXML_VERSION_STRING "20125"
46+
#define LIBXML_VERSION_STRING "20126"
4747

4848
/**
4949
* LIBXML_VERSION_EXTRA:
5050
*
5151
* extra version information, used to show a git commit description
5252
*/
53-
#define LIBXML_VERSION_EXTRA "-GITv2.12.5"
53+
#define LIBXML_VERSION_EXTRA "-GITv2.12.6"
5454

5555
/**
5656
* LIBXML_TEST_VERSION:
5757
*
5858
* Macro to check that the libxml version in use is compatible with
5959
* the version the software has been compiled against
6060
*/
61-
#define LIBXML_TEST_VERSION xmlCheckVersion(20125);
61+
#define LIBXML_TEST_VERSION xmlCheckVersion(20126);
6262

6363
#ifndef VMS
6464
#if 0

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 12
8-
#define LIBXML_MICRO_VERSION 5
9-
#define LIBXML_DOTTED_VERSION "2.12.5"
8+
#define LIBXML_MICRO_VERSION 6
9+
#define LIBXML_DOTTED_VERSION "2.12.6"

0 commit comments

Comments
 (0)