ICU-8429 Forgot to update ICU4J data version.. updating to 4.8.

X-SVN-Rev: 30080
This commit is contained in:
Yoshito Umaoka 2011-05-10 18:39:51 +00:00
parent 625b955e7d
commit 47e3d0c0de

View file

@ -489,7 +489,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
UNICODE_6_0 = getInstance(6, 0, 0, 0);
ICU_VERSION = getInstance(4, 8, 0, 0);
ICU_DATA_VERSION = getInstance(4, 7, 1, 0);
ICU_DATA_VERSION = getInstance(4, 8, 0, 0);
UNICODE_VERSION = UNICODE_6_0;
UCOL_RUNTIME_VERSION = getInstance(7);