ICU-12186 update ICU4J version number

X-SVN-Rev: 38474
This commit is contained in:
Scott Russell 2016-03-03 15:51:43 +00:00
parent 3fb3162cce
commit b4319fbd64
3 changed files with 5 additions and 5 deletions

View File

@ -4,6 +4,6 @@
#*******************************************************************************
api.report.version = 57
api.report.prev.version = 56
release.file.ver = 57m1
api.doc.version = 57 Milestone 1
release.file.ver = 57rc
api.doc.version = 57 Release Candidate

View File

@ -532,8 +532,8 @@ public final class VersionInfo implements Comparable<VersionInfo>
UNICODE_7_0 = getInstance(7, 0, 0, 0);
UNICODE_8_0 = getInstance(8, 0, 0, 0);
ICU_VERSION = getInstance(57, 0, 1, 0);
ICU_DATA_VERSION = getInstance(57, 0, 1, 0);
ICU_VERSION = getInstance(57, 1, 0, 0);
ICU_DATA_VERSION = getInstance(57, 1, 0, 0);
UNICODE_VERSION = UNICODE_8_0;
UCOL_RUNTIME_VERSION = getInstance(9);

View File

@ -5,7 +5,7 @@
# Version numbers, etc.
icu4j.spec.version = 57
icu4j.impl.version = 57.0.1
icu4j.impl.version = 57.1.0
icu4j.data.version = 57
current.year = 2016
default.exec.env = JavaSE-1.6