File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ index 945ea2c8..73902f29 100644
35
35
char buf[256];
36
36
unsigned long len = GetModuleFileNameA(hmodule, buf, 255);
37
37
diff --git a/parser.c b/parser.c
38
- index b7534ae3..671380bd 100644
38
+ index 1d99a48f..5a783ce6 100644
39
39
--- a/parser.c
40
40
+++ b/parser.c
41
41
@@ -9887,7 +9887,7 @@ next_attr:
Original file line number Diff line number Diff line change @@ -29,36 +29,36 @@ XMLPUBFUN void xmlCheckVersion(int version);
29
29
*
30
30
* the version string like "1.2.3"
31
31
*/
32
- #define LIBXML_DOTTED_VERSION "2.12.5 "
32
+ #define LIBXML_DOTTED_VERSION "2.12.6 "
33
33
34
34
/**
35
35
* LIBXML_VERSION:
36
36
*
37
37
* the version number: 1.2.3 value is 10203
38
38
*/
39
- #define LIBXML_VERSION 20125
39
+ #define LIBXML_VERSION 20126
40
40
41
41
/**
42
42
* LIBXML_VERSION_STRING:
43
43
*
44
44
* the version number string, 1.2.3 value is "10203"
45
45
*/
46
- #define LIBXML_VERSION_STRING "20125 "
46
+ #define LIBXML_VERSION_STRING "20126 "
47
47
48
48
/**
49
49
* LIBXML_VERSION_EXTRA:
50
50
*
51
51
* extra version information, used to show a git commit description
52
52
*/
53
- #define LIBXML_VERSION_EXTRA "-GITv2.12.5 "
53
+ #define LIBXML_VERSION_EXTRA "-GITv2.12.6 "
54
54
55
55
/**
56
56
* LIBXML_TEST_VERSION:
57
57
*
58
58
* Macro to check that the libxml version in use is compatible with
59
59
* the version the software has been compiled against
60
60
*/
61
- #define LIBXML_TEST_VERSION xmlCheckVersion(20125 );
61
+ #define LIBXML_TEST_VERSION xmlCheckVersion(20126 );
62
62
63
63
#ifndef VMS
64
64
#if 0
Original file line number Diff line number Diff line change 5
5
6
6
#define LIBXML_MAJOR_VERSION 2
7
7
#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 "
You can’t perform that action at this time.
0 commit comments