mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-11918 ICU4J version updates
X-SVN-Rev: 37973
This commit is contained in:
parent
ef2b7b4c78
commit
4a0beedc03
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue