File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Summary: compile-time version informations
3
- * Description: compile-time version informations for the XML library
2
+ * Summary: compile-time version information
3
+ * Description: compile-time version information for the XML library
4
4
*
5
5
* Copy: See Copyright for the status of this software.
6
6
*
@@ -29,36 +29,36 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
29
29
*
30
30
* the version string like "1.2.3"
31
31
*/
32
- #define LIBXML_DOTTED_VERSION "2.9.10 "
32
+ #define LIBXML_DOTTED_VERSION "2.9.11 "
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 209010
39
+ #define LIBXML_VERSION 209011
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 "209010 "
46
+ #define LIBXML_VERSION_STRING "209011 "
47
47
48
48
/**
49
49
* LIBXML_VERSION_EXTRA:
50
50
*
51
51
* extra version information, used to show a CVS compilation
52
52
*/
53
- #define LIBXML_VERSION_EXTRA "-GITv2.9.10 "
53
+ #define LIBXML_VERSION_EXTRA "-GITv2.9.11 "
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(209010 );
61
+ #define LIBXML_TEST_VERSION xmlCheckVersion(209011 );
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 9
8
- #define LIBXML_MICRO_VERSION 10
9
- #define LIBXML_DOTTED_VERSION "2.9.10 "
8
+ #define LIBXML_MICRO_VERSION 11
9
+ #define LIBXML_DOTTED_VERSION "2.9.11 "
Original file line number Diff line number Diff line change 6
6
7
7
*/
8
8
9
- #define IN_LIBXML
10
9
#include "libxml.h"
11
10
12
11
#include <string.h>
You can’t perform that action at this time.
0 commit comments