ICU-3301 oops missed ICU_VERSION

X-SVN-Rev: 15181
This commit is contained in:
Ram Viswanadha 2004-05-06 18:57:31 +00:00
parent 77eb6d538a
commit 9753719577

View file

@ -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);