Skip to content

Commit

Permalink
project: Update for 2.11.4 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed May 20, 2023
1 parent 817254c commit 0b98eed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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 xmlCheckVersion(int version);
*
* the version string like "1.2.3"
*/
#define LIBXML_DOTTED_VERSION "2.11.3"
#define LIBXML_DOTTED_VERSION "2.11.4"

/**
* LIBXML_VERSION:
*
* the version number: 1.2.3 value is 10203
*/
#define LIBXML_VERSION 20113
#define LIBXML_VERSION 20114

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

/**
* LIBXML_VERSION_EXTRA:
*
* extra version information, used to show a git commit description
*/
#define LIBXML_VERSION_EXTRA "-GITv2.11.3"
#define LIBXML_VERSION_EXTRA "-GITv2.11.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(20113);
#define LIBXML_TEST_VERSION xmlCheckVersion(20114);

#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 11
#define LIBXML_MICRO_VERSION 3
#define LIBXML_DOTTED_VERSION "2.11.3"
#define LIBXML_MICRO_VERSION 4
#define LIBXML_DOTTED_VERSION "2.11.4"

0 comments on commit 0b98eed

Please sign in to comment.