OLD | NEW |
1 /* | 1 /* |
2 ******************************************************************************* | 2 ******************************************************************************* |
3 * Copyright (C) 2000-2013, International Business Machines | 3 * Copyright (C) 2000-2014, International Business Machines |
4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
5 ******************************************************************************* | 5 ******************************************************************************* |
6 * | 6 * |
7 * file name: uvernum.h | 7 * file name: uvernum.h |
8 * encoding: US-ASCII | 8 * encoding: US-ASCII |
9 * tab size: 8 (not used) | 9 * tab size: 8 (not used) |
10 * indentation:4 | 10 * indentation:4 |
11 * | 11 * |
12 * Created by: Vladimir Weinstein | 12 * Created by: Vladimir Weinstein |
13 * Updated by: Steven R. Loomis | 13 * Updated by: Steven R. Loomis |
(...skipping 30 matching lines...) Expand all Loading... |
44 */ | 44 */ |
45 | 45 |
46 #ifndef UVERNUM_H | 46 #ifndef UVERNUM_H |
47 #define UVERNUM_H | 47 #define UVERNUM_H |
48 | 48 |
49 /** The standard copyright notice that gets compiled into each library. | 49 /** The standard copyright notice that gets compiled into each library. |
50 * This value will change in the subsequent releases of ICU | 50 * This value will change in the subsequent releases of ICU |
51 * @stable ICU 2.4 | 51 * @stable ICU 2.4 |
52 */ | 52 */ |
53 #define U_COPYRIGHT_STRING \ | 53 #define U_COPYRIGHT_STRING \ |
54 " Copyright (C) 2013, International Business Machines Corporation and others.
All Rights Reserved. " | 54 " Copyright (C) 2014, International Business Machines Corporation and others.
All Rights Reserved. " |
55 | 55 |
56 /** The current ICU major version as an integer. | 56 /** The current ICU major version as an integer. |
57 * This value will change in the subsequent releases of ICU | 57 * This value will change in the subsequent releases of ICU |
58 * @stable ICU 2.4 | 58 * @stable ICU 2.4 |
59 */ | 59 */ |
60 #define U_ICU_VERSION_MAJOR_NUM 52 | 60 #define U_ICU_VERSION_MAJOR_NUM 54 |
61 | 61 |
62 /** The current ICU minor version as an integer. | 62 /** The current ICU minor version as an integer. |
63 * This value will change in the subsequent releases of ICU | 63 * This value will change in the subsequent releases of ICU |
64 * @stable ICU 2.6 | 64 * @stable ICU 2.6 |
65 */ | 65 */ |
66 #define U_ICU_VERSION_MINOR_NUM 1 | 66 #define U_ICU_VERSION_MINOR_NUM 1 |
67 | 67 |
68 /** The current ICU patchlevel version as an integer. | 68 /** The current ICU patchlevel version as an integer. |
69 * This value will change in the subsequent releases of ICU | 69 * This value will change in the subsequent releases of ICU |
70 * @stable ICU 2.4 | 70 * @stable ICU 2.4 |
71 */ | 71 */ |
72 #define U_ICU_VERSION_PATCHLEVEL_NUM 0 | 72 #define U_ICU_VERSION_PATCHLEVEL_NUM 0 |
73 | 73 |
74 /** The current ICU build level version as an integer. | 74 /** The current ICU build level version as an integer. |
75 * This value is for use by ICU clients. It defaults to 0. | 75 * This value is for use by ICU clients. It defaults to 0. |
76 * @stable ICU 4.0 | 76 * @stable ICU 4.0 |
77 */ | 77 */ |
78 #ifndef U_ICU_VERSION_BUILDLEVEL_NUM | 78 #ifndef U_ICU_VERSION_BUILDLEVEL_NUM |
79 #define U_ICU_VERSION_BUILDLEVEL_NUM 0 | 79 #define U_ICU_VERSION_BUILDLEVEL_NUM 0 |
80 #endif | 80 #endif |
81 | 81 |
82 /** Glued version suffix for renamers | 82 /** Glued version suffix for renamers |
83 * This value will change in the subsequent releases of ICU | 83 * This value will change in the subsequent releases of ICU |
84 * @stable ICU 2.6 | 84 * @stable ICU 2.6 |
85 */ | 85 */ |
86 #define U_ICU_VERSION_SUFFIX _52 | 86 #define U_ICU_VERSION_SUFFIX _54 |
87 | 87 |
88 /** | 88 /** |
89 * \def U_DEF2_ICU_ENTRY_POINT_RENAME | 89 * \def U_DEF2_ICU_ENTRY_POINT_RENAME |
90 * @internal | 90 * @internal |
91 */ | 91 */ |
92 /** | 92 /** |
93 * \def U_DEF_ICU_ENTRY_POINT_RENAME | 93 * \def U_DEF_ICU_ENTRY_POINT_RENAME |
94 * @internal | 94 * @internal |
95 */ | 95 */ |
96 /** Glued version suffix function for renamers | 96 /** Glued version suffix function for renamers |
(...skipping 14 matching lines...) Expand all Loading... |
111 #define U_DEF2_ICU_ENTRY_POINT_RENAME(x,y) U_DEF_ICU_ENTRY_POINT_RENAME(x,y) | 111 #define U_DEF2_ICU_ENTRY_POINT_RENAME(x,y) U_DEF_ICU_ENTRY_POINT_RENAME(x,y) |
112 #define U_ICU_ENTRY_POINT_RENAME(x) U_DEF2_ICU_ENTRY_POINT_RENAME(x,U_ICU_VER
SION_SUFFIX) | 112 #define U_ICU_ENTRY_POINT_RENAME(x) U_DEF2_ICU_ENTRY_POINT_RENAME(x,U_ICU_VER
SION_SUFFIX) |
113 #endif | 113 #endif |
114 #endif | 114 #endif |
115 | 115 |
116 /** The current ICU library version as a dotted-decimal string. The patchlevel | 116 /** The current ICU library version as a dotted-decimal string. The patchlevel |
117 * only appears in this string if it non-zero. | 117 * only appears in this string if it non-zero. |
118 * This value will change in the subsequent releases of ICU | 118 * This value will change in the subsequent releases of ICU |
119 * @stable ICU 2.4 | 119 * @stable ICU 2.4 |
120 */ | 120 */ |
121 #define U_ICU_VERSION "52.1" | 121 #define U_ICU_VERSION "54.1" |
122 | 122 |
123 /** The current ICU library major/minor version as a string without dots, for li
brary name suffixes. | 123 /** The current ICU library major/minor version as a string without dots, for li
brary name suffixes. |
124 * This value will change in the subsequent releases of ICU | 124 * This value will change in the subsequent releases of ICU |
125 * @stable ICU 2.6 | 125 * @stable ICU 2.6 |
126 */ | 126 */ |
127 #define U_ICU_VERSION_SHORT "52" | 127 #define U_ICU_VERSION_SHORT "54" |
128 | 128 |
129 #ifndef U_HIDE_INTERNAL_API | 129 #ifndef U_HIDE_INTERNAL_API |
130 /** Data version in ICU4C. | 130 /** Data version in ICU4C. |
131 * @internal ICU 4.4 Internal Use Only | 131 * @internal ICU 4.4 Internal Use Only |
132 **/ | 132 **/ |
133 #define U_ICU_DATA_VERSION "52.1" | 133 #define U_ICU_DATA_VERSION "54.1" |
134 #endif /* U_HIDE_INTERNAL_API */ | 134 #endif /* U_HIDE_INTERNAL_API */ |
135 | 135 |
136 /*=========================================================================== | 136 /*=========================================================================== |
137 * ICU collation framework version information | 137 * ICU collation framework version information |
138 * Version info that can be obtained from a collator is affected by these | 138 * Version info that can be obtained from a collator is affected by these |
139 * numbers in a secret and magic way. Please use collator version as whole | 139 * numbers in a secret and magic way. Please use collator version as whole |
140 *=========================================================================== | 140 *=========================================================================== |
141 */ | 141 */ |
142 | 142 |
143 /** | 143 /** |
144 * Collation runtime version (sort key generator, strcoll). | 144 * Collation runtime version (sort key generator, strcoll). |
145 * If the version is different, sort keys for the same string could be different
. | 145 * If the version is different, sort keys for the same string could be different
. |
146 * This value may change in subsequent releases of ICU. | 146 * This value may change in subsequent releases of ICU. |
147 * @stable ICU 2.4 | 147 * @stable ICU 2.4 |
148 */ | 148 */ |
149 #define UCOL_RUNTIME_VERSION 7 | 149 #define UCOL_RUNTIME_VERSION 8 |
150 | 150 |
151 /** | 151 /** |
152 * Collation builder code version. | 152 * Collation builder code version. |
153 * When this is different, the same tailoring might result | 153 * When this is different, the same tailoring might result |
154 * in assigning different collation elements to code points. | 154 * in assigning different collation elements to code points. |
155 * This value may change in subsequent releases of ICU. | 155 * This value may change in subsequent releases of ICU. |
156 * @stable ICU 2.4 | 156 * @stable ICU 2.4 |
157 */ | 157 */ |
158 #define UCOL_BUILDER_VERSION 8 | 158 #define UCOL_BUILDER_VERSION 9 |
159 | 159 |
| 160 #ifndef U_HIDE_DEPRECATED_API |
160 /** | 161 /** |
161 * This is the version of collation tailorings. | 162 * Constant 1. |
162 * This value may change in subsequent releases of ICU. | 163 * This was intended to be the version of collation tailorings, |
163 * @stable ICU 2.4 | 164 * but instead the tailoring data carries a version number. |
| 165 * @deprecated ICU 54 |
164 */ | 166 */ |
165 #define UCOL_TAILORINGS_VERSION 1 | 167 #define UCOL_TAILORINGS_VERSION 1 |
| 168 #endif /* U_HIDE_DEPRECATED_API */ |
166 | 169 |
167 #endif | 170 #endif |
OLD | NEW |