mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 02:07:15 +00:00
ICU-3301 oops missed ICU_VERSION
X-SVN-Rev: 15181
This commit is contained in:
parent
77eb6d538a
commit
9753719577
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ public final class VersionInfo
|
|||
UNICODE_3_1_1 = getInstance(3, 1, 1, 0);
|
||||
UNICODE_3_2 = getInstance(3, 2, 0, 0);
|
||||
UNICODE_4_0 = getInstance(4, 0, 0, 0);
|
||||
ICU_VERSION = getInstance(2, 8, 0, 0);
|
||||
ICU_VERSION = getInstance(3, 0, 0, 0);
|
||||
UCOL_RUNTIME_VERSION = getInstance(5);
|
||||
UCOL_BUILDER_VERSION = getInstance(6);
|
||||
UCOL_TAILORINGS_VERSION = getInstance(1);
|
||||
|
|
Loading…
Add table
Reference in a new issue