mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[LIBXSLT] Update to version 1.1.33. CORE-15280
This commit is contained in:
parent
5bb277a54b
commit
af4421c39a
24 changed files with 288 additions and 233 deletions
10
dll/3rdparty/libxslt/xsltwin32config.h
vendored
10
dll/3rdparty/libxslt/xsltwin32config.h
vendored
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Summary: compile-time version informations for the XSLT engine
|
||||
* Summary: compile-time version information for the XSLT engine
|
||||
* when compiled on windows
|
||||
* Description: compile-time version informations for the XSLT engine
|
||||
* Description: compile-time version information for the XSLT engine
|
||||
* when compiled on windows. This file is generated.
|
||||
*
|
||||
* Copy: See Copyright for the status of this software.
|
||||
|
@ -23,21 +23,21 @@ extern "C" {
|
|||
*
|
||||
* the version string like "1.2.3"
|
||||
*/
|
||||
#define LIBXSLT_DOTTED_VERSION "1.1.32"
|
||||
#define LIBXSLT_DOTTED_VERSION "1.1.33"
|
||||
|
||||
/**
|
||||
* LIBXSLT_VERSION:
|
||||
*
|
||||
* the version number: 1.2.3 value is 1002003
|
||||
*/
|
||||
#define LIBXSLT_VERSION 10132
|
||||
#define LIBXSLT_VERSION 10133
|
||||
|
||||
/**
|
||||
* LIBXSLT_VERSION_STRING:
|
||||
*
|
||||
* the version number string, 1.2.3 value is "1002003"
|
||||
*/
|
||||
#define LIBXSLT_VERSION_STRING "10132"
|
||||
#define LIBXSLT_VERSION_STRING "10133"
|
||||
|
||||
/**
|
||||
* LIBXSLT_VERSION_EXTRA:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue