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);
2929 *
3030 * the version string like "1.2.3"
3131 */
32- #define LIBXML_DOTTED_VERSION "2.9.6 "
32+ #define LIBXML_DOTTED_VERSION "2.9.7 "
3333
3434/**
3535 * LIBXML_VERSION:
3636 *
3737 * the version number: 1.2.3 value is 10203
3838 */
39- #define LIBXML_VERSION 20906
39+ #define LIBXML_VERSION 20907
4040
4141/**
4242 * LIBXML_VERSION_STRING:
4343 *
4444 * the version number string, 1.2.3 value is "10203"
4545 */
46- #define LIBXML_VERSION_STRING "20906 "
46+ #define LIBXML_VERSION_STRING "20907 "
4747
4848/**
4949 * LIBXML_VERSION_EXTRA:
5050 *
5151 * extra version information, used to show a CVS compilation
5252 */
53- #define LIBXML_VERSION_EXTRA "-GITv2.9.6 "
53+ #define LIBXML_VERSION_EXTRA "-GITv2.9.7 "
5454
5555/**
5656 * LIBXML_TEST_VERSION:
5757 *
5858 * Macro to check that the libxml version in use is compatible with
5959 * the version the software has been compiled against
6060 */
61- #define LIBXML_TEST_VERSION xmlCheckVersion(20906 );
61+ #define LIBXML_TEST_VERSION xmlCheckVersion(20907 );
6262
6363#ifndef VMS
6464#if 0
@@ -381,7 +381,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
381381 *
382382 * Whether the module interfaces are compiled in
383383 */
384- #if 1
384+ #if 0
385385#define LIBXML_MODULES_ENABLED
386386/**
387387 * LIBXML_MODULE_EXTENSION:
You can’t perform that action at this time.
0 commit comments