ICU-10749 Updated ICU4J version to 53.1
X-SVN-Rev: 35326
This commit is contained in:
parent
39f9e215de
commit
ac5b6cdc87
@ -4,6 +4,6 @@
|
||||
#*******************************************************************************
|
||||
api.report.version = 53
|
||||
api.report.prev.version = 52
|
||||
release.file.ver = 53m1
|
||||
api.doc.version = 53 Milestone 1
|
||||
release.file.ver = 53rc
|
||||
api.doc.version = 53 Release Candidate
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#*******************************************************************************
|
||||
#* Copyright (C) 2010-2013, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2010-2014, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
icu4j.plugin.impl.version.string=53.0.1
|
||||
icu4j.plugin.impl.version.string=53.1.0
|
||||
copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2013. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
|
||||
icu4j.data.version.number=53
|
||||
|
@ -31,7 +31,7 @@ and such source code may be obtained at <a href="http://www.eclipse.org/">http:/
|
||||
for informational purposes only, and you should look to the Redistributor's license for
|
||||
terms and conditions of use.</p>
|
||||
|
||||
<p><strong>ICU4J 53.X.X.v2013XXXX plug-in</strong> <br/><br/>
|
||||
<p><strong>ICU4J 53.X.X.v2014XXXX plug-in</strong> <br/><br/>
|
||||
The plug-in includes software ("ICU4J") developed by International Business Machines
|
||||
Corporation and others.
|
||||
<br/><br/>
|
||||
|
@ -31,7 +31,7 @@ and such source code may be obtained at <a href="http://www.eclipse.org/">http:/
|
||||
for informational purposes only, and you should look to the Redistributor's license for
|
||||
terms and conditions of use.</p>
|
||||
|
||||
<p><strong>ICU4J 53.X.X.v2013XXXX base plug-in</strong> <br/><br/>
|
||||
<p><strong>ICU4J 53.X.X.v2014XXXX base plug-in</strong> <br/><br/>
|
||||
The plug-in includes software ("ICU4J") developed by International Business Machines
|
||||
Corporation and others.
|
||||
<br/><br/>
|
||||
|
@ -516,8 +516,8 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
||||
UNICODE_6_2 = getInstance(6, 2, 0, 0);
|
||||
UNICODE_6_3 = getInstance(6, 3, 0, 0);
|
||||
|
||||
ICU_VERSION = getInstance(53, 0, 1, 0);
|
||||
ICU_DATA_VERSION = getInstance(53, 0, 1, 0);
|
||||
ICU_VERSION = getInstance(53, 1, 0, 0);
|
||||
ICU_DATA_VERSION = getInstance(53, 1, 0, 0);
|
||||
UNICODE_VERSION = UNICODE_6_3;
|
||||
|
||||
UCOL_RUNTIME_VERSION = getInstance(8);
|
||||
|
@ -1,13 +1,13 @@
|
||||
#*******************************************************************************
|
||||
#* Copyright (C) 2009-2013, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2009-2014, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 53
|
||||
icu4j.impl.version = 53.0.1
|
||||
icu4j.impl.version = 53.1.0
|
||||
icu4j.data.version = 53
|
||||
current.year = 2013
|
||||
current.year = 2014
|
||||
default.exec.env = J2SE-1.5
|
||||
|
||||
corp = IBM Corporation
|
||||
|
Loading…
Reference in New Issue
Block a user