Skip to content

Commit 24efcf1

Browse files
committed
project: Update for 2.14.1 merge.
1 parent 089f2b7 commit 24efcf1

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
@@ -15,36 +15,36 @@
1515
*
1616
* the version string like "1.2.3"
1717
*/
18-
#define LIBXML_DOTTED_VERSION "2.14.0"
18+
#define LIBXML_DOTTED_VERSION "2.14.1"
1919

2020
/**
2121
* LIBXML_VERSION:
2222
*
2323
* the version number: 1.2.3 value is 10203
2424
*/
25-
#define LIBXML_VERSION 20140
25+
#define LIBXML_VERSION 20141
2626

2727
/**
2828
* LIBXML_VERSION_STRING:
2929
*
3030
* the version number string, 1.2.3 value is "10203"
3131
*/
32-
#define LIBXML_VERSION_STRING "20140"
32+
#define LIBXML_VERSION_STRING "20141"
3333

3434
/**
3535
* LIBXML_VERSION_EXTRA:
3636
*
3737
* extra version information, used to show a git commit description
3838
*/
39-
#define LIBXML_VERSION_EXTRA "-GITv2.14.0"
39+
#define LIBXML_VERSION_EXTRA "-GITv2.14.1"
4040

4141
/**
4242
* LIBXML_TEST_VERSION:
4343
*
4444
* Macro to check that the libxml version in use is compatible with
4545
* the version the software has been compiled against
4646
*/
47-
#define LIBXML_TEST_VERSION xmlCheckVersion(20140);
47+
#define LIBXML_TEST_VERSION xmlCheckVersion(20141);
4848

4949
/**
5050
* LIBXML_THREAD_ENABLED:

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 14
8-
#define LIBXML_MICRO_VERSION 0
9-
#define LIBXML_DOTTED_VERSION "2.14.0"
8+
#define LIBXML_MICRO_VERSION 1
9+
#define LIBXML_DOTTED_VERSION "2.14.1"

0 commit comments

Comments
 (0)