ICU-11918 ICU4J version updates

X-SVN-Rev: 37973
This commit is contained in:
Scott Russell 2015-09-18 19:39:08 +00:00
parent ef2b7b4c78
commit 4a0beedc03
4 changed files with 6 additions and 6 deletions

View file

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

View file

@ -2,6 +2,6 @@
#* Copyright (C) 2010-2015, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
icu4j.plugin.impl.version.string=56.0.1
icu4j.plugin.impl.version.string=56.1.0
copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2015. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
icu4j.data.version.number=56

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(56, 0, 1, 0);
ICU_DATA_VERSION = getInstance(56, 0, 1, 0);
ICU_VERSION = getInstance(56, 1, 0, 0);
ICU_DATA_VERSION = getInstance(56, 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 = 56
icu4j.impl.version = 56.0.1
icu4j.impl.version = 56.1
icu4j.data.version = 56
current.year = 2015
default.exec.env = J2SE-1.5