File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed 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.11.3 "
32
+ #define LIBXML_DOTTED_VERSION "2.11.4 "
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 20113
39
+ #define LIBXML_VERSION 20114
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 "20113 "
46
+ #define LIBXML_VERSION_STRING "20114 "
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.11.3 "
53
+ #define LIBXML_VERSION_EXTRA "-GITv2.11.4 "
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(20113 );
61
+ #define LIBXML_TEST_VERSION xmlCheckVersion(20114 );
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 11
8
- #define LIBXML_MICRO_VERSION 3
9
- #define LIBXML_DOTTED_VERSION "2.11.3 "
8
+ #define LIBXML_MICRO_VERSION 4
9
+ #define LIBXML_DOTTED_VERSION "2.11.4 "
You can’t perform that action at this time.
0 commit comments