ICU-13358 Updated ICU version for 60rc.

X-SVN-Rev: 40503
This commit is contained in:
Yoshito Umaoka 2017-09-28 21:31:29 +00:00
parent e16c565b09
commit 6cd0738d6a
11 changed files with 17 additions and 17 deletions

View File

@ -119,7 +119,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
#define U_ICU_VERSION "60.0.1"
#define U_ICU_VERSION "60.1"
/** The current ICU library major/minor version as a string without dots, for library name suffixes.
* This value will change in the subsequent releases of ICU
@ -136,7 +136,7 @@
/** Data version in ICU4C.
* @internal ICU 4.4 Internal Use Only
**/
#define U_ICU_DATA_VERSION "60.0.1"
#define U_ICU_DATA_VERSION "60.1"
#endif /* U_HIDE_INTERNAL_API */
/*===========================================================================

View File

@ -6,7 +6,7 @@
#*******************************************************************************
api.report.version = 60
api.report.prev.version = 59
release.file.ver = 60m1
api.doc.version = 60 Milestone 1
release.file.ver = 60rc
api.doc.version = 60 Release Candidate
maven.pom.ver = 60.1

View File

@ -4,6 +4,6 @@
#* Copyright (C) 2010-2016, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
icu4j.plugin.impl.version.string=60.0.1
icu4j.plugin.impl.version.string=60.1.0
copyright.eclipse=(C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License
icu4j.data.version.number=60

View File

@ -9,7 +9,7 @@
<body lang="EN-US">
<h2>About This Content</h2>
<p>April 11, 2017</p>
<p>September 28, 2017</p>
<h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
@ -32,7 +32,7 @@ did not receive this Content directly from the Eclipse Foundation, the following
for informational purposes only, and you should look to the Redistributor's license for
terms and conditions of use.</p>
<p><strong>ICU4J 59.1.0 plug-in</strong></p>
<p><strong>ICU4J 60.1.0 plug-in</strong></p>
<p>The plug-in includes software (&quot;ICU4J&quot;) developed by Unicode Inc. and others.
Your use of ICU4J is subject to the terms and conditions of the ICU license. A copy of the

View File

@ -9,7 +9,7 @@
<body lang="EN-US">
<h2>About This Content</h2>
<p>April 11, 2017</p>
<p>September 28, 2017</p>
<h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
@ -32,7 +32,7 @@ did not receive this Content directly from the Eclipse Foundation, the following
for informational purposes only, and you should look to the Redistributor's license for
terms and conditions of use.</p>
<p><strong>ICU4J 59.1.0 base plug-in</strong></p>
<p><strong>ICU4J 60.1.0 base plug-in</strong></p>
<p>The plug-in includes software (&quot;ICU4J&quot;) developed by Unicode Inc. and others.
Your use of ICU4J is subject to the terms and conditions of the ICU license. A copy of the

View File

@ -567,7 +567,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
UNICODE_9_0 = getInstance(9, 0, 0, 0);
UNICODE_10_0 = getInstance(10, 0, 0, 0);
ICU_VERSION = getInstance(60, 0, 1, 0);
ICU_VERSION = getInstance(60, 1, 0, 0);
ICU_DATA_VERSION = getInstance(60, 0, 1, 0);
UNICODE_VERSION = UNICODE_10_0;

View File

@ -7,7 +7,7 @@
# Version numbers, etc.
icu4j.spec.version = 60
icu4j.impl.version = 60.0.1
icu4j.impl.version = 60.1
icu4j.data.version = 60
default.exec.env = JavaSE-1.6

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51415ea07a660b3ed68de8bcaaf30ec6afc8b045b1093d76f04294d7f68dba63
size 12523451
oid sha256:fa380dbb6eb790bf1eb09220e5da406e46a6f002f93e86204c03f80b0b47a4b8
size 12523613

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b262a7c38087514a6f5efd4ef94b2adcaa513fbc1a9079e071c39460d28c817
oid sha256:022ba49e93f865db59c7cb0efcbabbf96aa5b55b810cfcf66be7db45e9d8c657
size 92486

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d9f9ca1a6277029785965df6eca2cd448315729a5505455283def4b0c45f430
size 813103
oid sha256:f4e026e2d5caa62d10da7894163db45ac0fa806e93dcf307771b6cc202a1f502
size 813106

View File

@ -10,7 +10,7 @@
package com.ibm.icu.dev.test.util;
public class DebugUtilitiesData extends Object {
public static final String ICU4C_VERSION="60.0.1";
public static final String ICU4C_VERSION="60.1";
public static final int UDebugEnumType = 0;
public static final int UCalendarDateFields = 1;
public static final int UCalendarMonths = 2;