Skip to content

Commit

Permalink
project: Update for 2.12.7 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Jun 8, 2024
1 parent 7ea7183 commit 19b4bae
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.12.6"
#define LIBXML_DOTTED_VERSION "2.12.7"

/**
* LIBXML_VERSION:
*
* the version number: 1.2.3 value is 10203
*/
#define LIBXML_VERSION 20126
#define LIBXML_VERSION 20127

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

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

/**
* 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(20126);
#define LIBXML_TEST_VERSION xmlCheckVersion(20127);

#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 12
#define LIBXML_MICRO_VERSION 6
#define LIBXML_DOTTED_VERSION "2.12.6"
#define LIBXML_MICRO_VERSION 7
#define LIBXML_DOTTED_VERSION "2.12.7"

0 comments on commit 19b4bae

Please sign in to comment.