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 15
15
*
16
16
* the version string like "1.2.3"
17
17
*/
18
- #define LIBXML_DOTTED_VERSION "2.14.0 "
18
+ #define LIBXML_DOTTED_VERSION "2.14.1 "
19
19
20
20
/**
21
21
* LIBXML_VERSION:
22
22
*
23
23
* the version number: 1.2.3 value is 10203
24
24
*/
25
- #define LIBXML_VERSION 20140
25
+ #define LIBXML_VERSION 20141
26
26
27
27
/**
28
28
* LIBXML_VERSION_STRING:
29
29
*
30
30
* the version number string, 1.2.3 value is "10203"
31
31
*/
32
- #define LIBXML_VERSION_STRING "20140 "
32
+ #define LIBXML_VERSION_STRING "20141 "
33
33
34
34
/**
35
35
* LIBXML_VERSION_EXTRA:
36
36
*
37
37
* extra version information, used to show a git commit description
38
38
*/
39
- #define LIBXML_VERSION_EXTRA "-GITv2.14.0 "
39
+ #define LIBXML_VERSION_EXTRA "-GITv2.14.1 "
40
40
41
41
/**
42
42
* LIBXML_TEST_VERSION:
43
43
*
44
44
* Macro to check that the libxml version in use is compatible with
45
45
* the version the software has been compiled against
46
46
*/
47
- #define LIBXML_TEST_VERSION xmlCheckVersion(20140 );
47
+ #define LIBXML_TEST_VERSION xmlCheckVersion(20141 );
48
48
49
49
/**
50
50
* LIBXML_THREAD_ENABLED:
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 14
8
- #define LIBXML_MICRO_VERSION 0
9
- #define LIBXML_DOTTED_VERSION "2.14.0 "
8
+ #define LIBXML_MICRO_VERSION 1
9
+ #define LIBXML_DOTTED_VERSION "2.14.1 "
You can’t perform that action at this time.
0 commit comments