mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-210 Three major changes:
u_getVersion: returns ICU release/version information u_getUnicodeVersion: returns Unicode standard version supported in ICU Renamed the original u_getVersion to u_getUnicodeVersion. X-SVN-Rev: 541
This commit is contained in:
parent
4a46039c71
commit
8b274c9004
2 changed files with 2 additions and 2 deletions
|
@ -124,6 +124,6 @@ static void
|
|||
version()
|
||||
{
|
||||
printf("gencol version %s (ICU version %s).\n",
|
||||
GENCOL_VERSION, ICU_VERSION);
|
||||
GENCOL_VERSION, U_ICU_VERSION);
|
||||
puts(U_COPYRIGHT_STRING);
|
||||
}
|
||||
|
|
|
@ -156,7 +156,7 @@ static void
|
|||
version()
|
||||
{
|
||||
printf("genrb version %s (ICU version %s).\n",
|
||||
GENRB_VERSION, ICU_VERSION);
|
||||
GENRB_VERSION, U_ICU_VERSION);
|
||||
puts(U_COPYRIGHT_STRING);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue