ICU-13412 Updated ICU4J version strings to 60.1.

X-SVN-Rev: 40653
This commit is contained in:
Yoshito Umaoka 2017-10-27 05:35:22 +00:00
parent 2cbcd3d940
commit 6fdef53820
2 changed files with 3 additions and 3 deletions

View file

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

View file

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