mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-13412 Updated ICU4J version strings to 60.1.
X-SVN-Rev: 40653
This commit is contained in:
parent
2cbcd3d940
commit
6fdef53820
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#*******************************************************************************
|
||||
api.report.version = 60
|
||||
api.report.prev.version = 59
|
||||
release.file.ver = 60rc
|
||||
api.doc.version = 60 Release Candidate
|
||||
release.file.ver = 60_1
|
||||
api.doc.version = 60.1
|
||||
maven.pom.ver = 60.1
|
||||
|
||||
|
|
|
@ -568,7 +568,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
UNICODE_10_0 = getInstance(10, 0, 0, 0);
|
||||
|
||||
ICU_VERSION = getInstance(60, 1, 0, 0);
|
||||
ICU_DATA_VERSION = getInstance(60, 0, 1, 0);
|
||||
ICU_DATA_VERSION = getInstance(60, 1, 0, 0);
|
||||
UNICODE_VERSION = UNICODE_10_0;
|
||||
|
||||
UCOL_RUNTIME_VERSION = getInstance(9);
|
||||
|
|
Loading…
Add table
Reference in a new issue