diff --git a/SMP/libxml/xmlversion.h b/SMP/libxml/xmlversion.h index fbba35737..2ee15c408 100644 --- a/SMP/libxml/xmlversion.h +++ b/SMP/libxml/xmlversion.h @@ -29,28 +29,28 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version); * * the version string like "1.2.3" */ -#define LIBXML_DOTTED_VERSION "2.10.0" +#define LIBXML_DOTTED_VERSION "2.10.1" /** * LIBXML_VERSION: * * the version number: 1.2.3 value is 10203 */ -#define LIBXML_VERSION 20100 +#define LIBXML_VERSION 201001 /** * LIBXML_VERSION_STRING: * * the version number string, 1.2.3 value is "10203" */ -#define LIBXML_VERSION_STRING "20100" +#define LIBXML_VERSION_STRING "201001" /** * LIBXML_VERSION_EXTRA: * * extra version information, used to show a git commit description */ -#define LIBXML_VERSION_EXTRA "-GITv2.10.0" +#define LIBXML_VERSION_EXTRA "-GITv2.10.1" /** * LIBXML_TEST_VERSION: @@ -58,7 +58,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version); * Macro to check that the libxml version in use is compatible with * the version the software has been compiled against */ -#define LIBXML_TEST_VERSION xmlCheckVersion(20100); +#define LIBXML_TEST_VERSION xmlCheckVersion(201001); #ifndef VMS #if 0 diff --git a/SMP/rcVersion.h b/SMP/rcVersion.h index 718c0534c..a58dc71a7 100644 --- a/SMP/rcVersion.h +++ b/SMP/rcVersion.h @@ -5,5 +5,5 @@ #define LIBXML_MAJOR_VERSION 2 #define LIBXML_MINOR_VERSION 10 -#define LIBXML_MICRO_VERSION 0 -#define LIBXML_DOTTED_VERSION "2.10.0" +#define LIBXML_MICRO_VERSION 1 +#define LIBXML_DOTTED_VERSION "2.10.1"