OLD | NEW |
1 /* | 1 /* |
2 * Summary: compile-time version informations for the XSLT engine | 2 * Summary: compile-time version informations for the XSLT engine |
3 * when compiled on windows | 3 * when compiled on windows |
4 * Description: compile-time version informations for the XSLT engine | 4 * Description: compile-time version informations for the XSLT engine |
5 * when compiled on windows. This file is generated. | 5 * when compiled on windows. This file is generated. |
6 * | 6 * |
7 * Copy: See Copyright for the status of this software. | 7 * Copy: See Copyright for the status of this software. |
8 * | 8 * |
9 * Author: Daniel Veillard | 9 * Author: Daniel Veillard |
10 */ | 10 */ |
11 | 11 |
12 #ifndef __XML_XSLTWIN32CONFIG_H__ | 12 #ifndef __XML_XSLTWIN32CONFIG_H__ |
13 #define __XML_XSLTWIN32CONFIG_H__ | 13 #define __XML_XSLTWIN32CONFIG_H__ |
14 | 14 |
15 #include "win32config.h" | 15 #include "win32config.h" |
16 | 16 |
17 #ifdef __cplusplus | 17 #ifdef __cplusplus |
18 extern "C" { | 18 extern "C" { |
19 #endif | 19 #endif |
20 | 20 |
21 /** | 21 /** |
22 * LIBXSLT_DOTTED_VERSION: | 22 * LIBXSLT_DOTTED_VERSION: |
23 * | 23 * |
24 * the version string like "1.2.3" | 24 * the version string like "1.2.3" |
25 */ | 25 */ |
26 #define LIBXSLT_DOTTED_VERSION "1.1.26" | 26 #define LIBXSLT_DOTTED_VERSION "1.1.28" |
27 | 27 |
28 /** | 28 /** |
29 * LIBXSLT_VERSION: | 29 * LIBXSLT_VERSION: |
30 * | 30 * |
31 * the version number: 1.2.3 value is 1002003 | 31 * the version number: 1.2.3 value is 1002003 |
32 */ | 32 */ |
33 #define LIBXSLT_VERSION 10126 | 33 #define LIBXSLT_VERSION 10128 |
34 | 34 |
35 /** | 35 /** |
36 * LIBXSLT_VERSION_STRING: | 36 * LIBXSLT_VERSION_STRING: |
37 * | 37 * |
38 * the version number string, 1.2.3 value is "1002003" | 38 * the version number string, 1.2.3 value is "1002003" |
39 */ | 39 */ |
40 #define LIBXSLT_VERSION_STRING "10126" | 40 #define LIBXSLT_VERSION_STRING "10128" |
41 | 41 |
42 /** | 42 /** |
43 * LIBXSLT_VERSION_EXTRA: | 43 * LIBXSLT_VERSION_EXTRA: |
44 * | 44 * |
45 * extra version information, used to show a CVS compilation | 45 * extra version information, used to show a CVS compilation |
46 */ | 46 */ |
47 #define LIBXSLT_VERSION_EXTRA "-win32" | 47 #define LIBXSLT_VERSION_EXTRA "-win32" |
48 | 48 |
49 /** | 49 /** |
50 * WITH_XSLT_DEBUG: | 50 * WITH_XSLT_DEBUG: |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 */ | 96 */ |
97 #ifndef ATTRIBUTE_UNUSED | 97 #ifndef ATTRIBUTE_UNUSED |
98 #define ATTRIBUTE_UNUSED | 98 #define ATTRIBUTE_UNUSED |
99 #endif | 99 #endif |
100 | 100 |
101 #ifdef __cplusplus | 101 #ifdef __cplusplus |
102 } | 102 } |
103 #endif | 103 #endif |
104 | 104 |
105 #endif /* __XML_XSLTWIN32CONFIG_H__ */ | 105 #endif /* __XML_XSLTWIN32CONFIG_H__ */ |
OLD | NEW |