Skip to content

Commit

Permalink
project: Update for 2.10.4 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed May 20, 2023
1 parent f613b56 commit decb7f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions SMP/SMP.patch
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ index d83dbf4a..3ed86578 100644
#endif
xmlFileClose
diff --git a/xmlIO.c b/xmlIO.c
index 16c29f57..68ae59fd 100644
index 5482cb34..532a492c 100644
--- a/xmlIO.c
+++ b/xmlIO.c
@@ -41,6 +41,13 @@
Expand All @@ -176,7 +176,7 @@ index 16c29f57..68ae59fd 100644
#ifndef S_ISDIR
# ifdef _S_ISDIR
# define S_ISDIR(x) _S_ISDIR(x)
@@ -3774,11 +3781,13 @@ xmlParserGetDirectory(const char *filename) {
@@ -3768,11 +3775,13 @@ xmlParserGetDirectory(const char *filename) {
if (cur == dir) dir[1] = 0;
else *cur = 0;
ret = xmlMemStrdup(dir);
Expand Down
10 changes: 5 additions & 5 deletions SMP/libxml/xmlversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,36 +29,36 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* the version string like "1.2.3"
*/
#define LIBXML_DOTTED_VERSION "2.10.3"
#define LIBXML_DOTTED_VERSION "2.10.4"

/**
* LIBXML_VERSION:
*
* the version number: 1.2.3 value is 10203
*/
#define LIBXML_VERSION 20103
#define LIBXML_VERSION 20104

/**
* LIBXML_VERSION_STRING:
*
* the version number string, 1.2.3 value is "10203"
*/
#define LIBXML_VERSION_STRING "20103"
#define LIBXML_VERSION_STRING "20104"

/**
* LIBXML_VERSION_EXTRA:
*
* extra version information, used to show a git commit description
*/
#define LIBXML_VERSION_EXTRA "-GITv2.10.3"
#define LIBXML_VERSION_EXTRA "-GITv2.10.4"

/**
* LIBXML_TEST_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(20103);
#define LIBXML_TEST_VERSION xmlCheckVersion(20104);

#ifndef VMS
#if 0
Expand Down
4 changes: 2 additions & 2 deletions SMP/rcVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

#define LIBXML_MAJOR_VERSION 2
#define LIBXML_MINOR_VERSION 10
#define LIBXML_MICRO_VERSION 3
#define LIBXML_DOTTED_VERSION "2.10.3"
#define LIBXML_MICRO_VERSION 4
#define LIBXML_DOTTED_VERSION "2.10.4"

0 comments on commit decb7f9

Please sign in to comment.