Skip to content

Commit 0b98eed

Browse files
committed
project: Update for 2.11.4 merge.
1 parent 817254c commit 0b98eed

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

SMP/libxml/xmlversion.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,36 +29,36 @@ XMLPUBFUN void xmlCheckVersion(int version);
2929
*
3030
* the version string like "1.2.3"
3131
*/
32-
#define LIBXML_DOTTED_VERSION "2.11.3"
32+
#define LIBXML_DOTTED_VERSION "2.11.4"
3333

3434
/**
3535
* LIBXML_VERSION:
3636
*
3737
* the version number: 1.2.3 value is 10203
3838
*/
39-
#define LIBXML_VERSION 20113
39+
#define LIBXML_VERSION 20114
4040

4141
/**
4242
* LIBXML_VERSION_STRING:
4343
*
4444
* the version number string, 1.2.3 value is "10203"
4545
*/
46-
#define LIBXML_VERSION_STRING "20113"
46+
#define LIBXML_VERSION_STRING "20114"
4747

4848
/**
4949
* LIBXML_VERSION_EXTRA:
5050
*
5151
* extra version information, used to show a git commit description
5252
*/
53-
#define LIBXML_VERSION_EXTRA "-GITv2.11.3"
53+
#define LIBXML_VERSION_EXTRA "-GITv2.11.4"
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(20113);
61+
#define LIBXML_TEST_VERSION xmlCheckVersion(20114);
6262

6363
#ifndef VMS
6464
#if 0

SMP/rcVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
#define LIBXML_MAJOR_VERSION 2
77
#define LIBXML_MINOR_VERSION 11
8-
#define LIBXML_MICRO_VERSION 3
9-
#define LIBXML_DOTTED_VERSION "2.11.3"
8+
#define LIBXML_MICRO_VERSION 4
9+
#define LIBXML_DOTTED_VERSION "2.11.4"

0 commit comments

Comments
 (0)