ICU-10399 ICU4J version number to 52.1.
X-SVN-Rev: 34318
This commit is contained in:
parent
a7f34e92c9
commit
1cb23f24df
@ -4,6 +4,6 @@
|
||||
#*******************************************************************************
|
||||
api.report.version = 52
|
||||
api.report.prev.version = 51
|
||||
release.file.ver = 52m1
|
||||
api.doc.version = 52 Milestone 1
|
||||
release.file.ver = 52rc
|
||||
api.doc.version = 52 Release Candidate
|
||||
|
||||
|
@ -513,8 +513,8 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
||||
UNICODE_6_2 = getInstance(6, 2, 0, 0);
|
||||
UNICODE_6_3 = getInstance(6, 3, 0, 0);
|
||||
|
||||
ICU_VERSION = getInstance(52, 0, 1, 0);
|
||||
ICU_DATA_VERSION = getInstance(52, 0, 1, 0);
|
||||
ICU_VERSION = getInstance(52, 1, 0, 0);
|
||||
ICU_DATA_VERSION = getInstance(52, 1, 0, 0);
|
||||
UNICODE_VERSION = UNICODE_6_3;
|
||||
|
||||
UCOL_RUNTIME_VERSION = getInstance(7);
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 52
|
||||
icu4j.impl.version = 52.0.1
|
||||
icu4j.impl.version = 52.1
|
||||
icu4j.data.version = 52
|
||||
current.year = 2013
|
||||
default.exec.env = J2SE-1.5
|
||||
|
Loading…
Reference in New Issue
Block a user