File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -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.6 "
32
+ #define LIBXML_DOTTED_VERSION "2.9.7 "
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 20906
39
+ #define LIBXML_VERSION 20907
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 "20906 "
46
+ #define LIBXML_VERSION_STRING "20907 "
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.6 "
53
+ #define LIBXML_VERSION_EXTRA "-GITv2.9.7 "
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(20906 );
61
+ #define LIBXML_TEST_VERSION xmlCheckVersion(20907 );
62
62
63
63
#ifndef VMS
64
64
#if 0
@@ -381,7 +381,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
381
381
*
382
382
* Whether the module interfaces are compiled in
383
383
*/
384
- #if 1
384
+ #if 0
385
385
#define LIBXML_MODULES_ENABLED
386
386
/**
387
387
* LIBXML_MODULE_EXTENSION:
You can’t perform that action at this time.
0 commit comments