ICU-6416 ICU4C version change to 4.1.2 and urename for 41

X-SVN-Rev: 24649
This commit is contained in:
Steven R. Loomis 2008-09-25 19:41:32 +00:00
parent 22bd73be8d
commit b4dda4cc2d
2 changed files with 1751 additions and 1734 deletions

File diff suppressed because it is too large Load diff

View file

@ -74,7 +74,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
#define U_ICU_VERSION_PATCHLEVEL_NUM 1
#define U_ICU_VERSION_PATCHLEVEL_NUM 2
/** The current ICU build level version as an integer.
* This value is for use by ICU clients. It defaults to 0.
@ -95,7 +95,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
#define U_ICU_VERSION "4.1.1"
#define U_ICU_VERSION "4.1.2"
/** The current ICU library major/minor version as a string without dots, for library name suffixes.
* This value will change in the subsequent releases of ICU