mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-12456 Update version number to 58.0.1 in ICU4J
X-SVN-Rev: 38712
This commit is contained in:
parent
d63a77bca4
commit
aa226394dd
8 changed files with 18 additions and 18 deletions
|
@ -2,8 +2,8 @@
|
|||
#* Copyright (C) 2009-2016, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
api.report.version = 57
|
||||
api.report.prev.version = 56
|
||||
release.file.ver = 57rc
|
||||
api.doc.version = 57 Release Candidate
|
||||
api.report.version = 58
|
||||
api.report.prev.version = 57
|
||||
release.file.ver = 58m1
|
||||
api.doc.version = 58 Milestone 1
|
||||
|
||||
|
|
|
@ -174,7 +174,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String ICU_DATA_VERSION_PATH = "57b";
|
||||
public static final String ICU_DATA_VERSION_PATH = "58b";
|
||||
|
||||
/**
|
||||
* Data version in ICU4J.
|
||||
|
@ -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, 1, 0, 0);
|
||||
ICU_DATA_VERSION = getInstance(57, 1, 0, 0);
|
||||
ICU_VERSION = getInstance(58, 0, 1, 0);
|
||||
ICU_DATA_VERSION = getInstance(58, 0, 1, 0);
|
||||
UNICODE_VERSION = UNICODE_8_0;
|
||||
|
||||
UCOL_RUNTIME_VERSION = getInstance(9);
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
#*******************************************************************************
|
||||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 57
|
||||
icu4j.impl.version = 57.1
|
||||
icu4j.data.version = 57
|
||||
icu4j.spec.version = 58
|
||||
icu4j.impl.version = 58.0.1
|
||||
icu4j.data.version = 58
|
||||
current.year = 2016
|
||||
default.exec.env = JavaSE-1.6
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e60171048ccda76c8c9c0ced344822e21543ef8608d188f0029edfc5a5a87ea
|
||||
size 11718381
|
||||
oid sha256:b2834a25f620dee8439319013be8aad2b1a6c6a343af9b57263af340adbeb806
|
||||
size 11718335
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6451e003b77fcc7cf03b1e0a0eebdcc112a41209d3a41837964370a893198f24
|
||||
size 91105
|
||||
oid sha256:f2e63c973a68696f4087638dedcbdf0a2cfd97b69b07818a847001e9ce212806
|
||||
size 91108
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4af391e39972689f8baf33e9c842ac013b49659a9cd69a69f7cdd183e2328f5
|
||||
size 811421
|
||||
oid sha256:eec13ca8824524c72ee5d3f18ed9b2964ffde0c07c4238ae305ccc7ebc5fd784
|
||||
size 811414
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
package com.ibm.icu.dev.test.util;
|
||||
|
||||
public class DebugUtilitiesData extends Object {
|
||||
public static final String ICU4C_VERSION="57.1";
|
||||
public static final String ICU4C_VERSION="58.0.1";
|
||||
public static final int UDebugEnumType = 0;
|
||||
public static final int UCalendarDateFields = 1;
|
||||
public static final int UCalendarMonths = 2;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>57-SNAPSHOT</version>
|
||||
<version>58-SNAPSHOT</version>
|
||||
|
||||
<name>ICU4J</name>
|
||||
<description>
|
||||
|
|
Loading…
Add table
Reference in a new issue