mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-20438 BRS64RC Update ICU4J version numbers and jar data files
This commit is contained in:
parent
84da7ec0fa
commit
17e83db053
7 changed files with 16 additions and 16 deletions
|
@ -4,9 +4,9 @@
|
|||
#* Copyright (C) 2009-2016, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
api.report.version = 63
|
||||
api.report.prev.version = 62
|
||||
release.file.ver = 63_1
|
||||
api.doc.version = 63.1
|
||||
maven.pom.ver = 63.1
|
||||
api.report.version = 64
|
||||
api.report.prev.version = 63
|
||||
release.file.ver = 64rc
|
||||
api.doc.version = 64 Release Candidate
|
||||
maven.pom.ver = 64.1-SNAPSHOT
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
#* Copyright (C) 2010-2016, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
icu4j.plugin.impl.version.string=63.1.0
|
||||
icu4j.plugin.impl.version.string=64.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=63
|
||||
icu4j.data.version.number=64
|
||||
|
|
|
@ -200,7 +200,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String ICU_DATA_VERSION_PATH = "63b";
|
||||
public static final String ICU_DATA_VERSION_PATH = "64b";
|
||||
|
||||
/**
|
||||
* Data version in ICU4J.
|
||||
|
@ -581,7 +581,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
UNICODE_11_0 = getInstance(11, 0, 0, 0);
|
||||
UNICODE_12_0 = getInstance(12, 0, 0, 0);
|
||||
|
||||
ICU_VERSION = getInstance(63, 1, 0, 0);
|
||||
ICU_VERSION = getInstance(64, 1, 0, 0);
|
||||
ICU_DATA_VERSION = ICU_VERSION;
|
||||
UNICODE_VERSION = UNICODE_12_0;
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
#*******************************************************************************
|
||||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 63
|
||||
icu4j.impl.version = 63.1
|
||||
icu4j.data.version = 63
|
||||
icu4j.spec.version = 64
|
||||
icu4j.impl.version = 64.1
|
||||
icu4j.data.version = 64
|
||||
default.exec.env = JavaSE-1.7
|
||||
|
||||
copyright = \u00A9 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:621340542b71db82df705396198ca290f90eaae84b582bd6189db2254d8b1de0
|
||||
size 13931638
|
||||
oid sha256:600955a0a9d8cd13fae64fc6ec0bc16e946707363868e57eb8a61da76f126451
|
||||
size 12698412
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b31a226a3757af364f56ed24af75f3a5194fd8a641b4bd9f6104451394e23f10
|
||||
oid sha256:ba0d976bc7c765d905dd1aa455063ed955bcb4d7c028b51dd5ef1e6a4a868c01
|
||||
size 94046
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
package com.ibm.icu.dev.test.util;
|
||||
|
||||
public class DebugUtilitiesData extends Object {
|
||||
public static final String ICU4C_VERSION="63.1";
|
||||
public static final String ICU4C_VERSION="64.1";
|
||||
public static final int UDebugEnumType = 0;
|
||||
public static final int UCalendarDateFields = 1;
|
||||
public static final int UCalendarMonths = 2;
|
||||
|
|
Loading…
Add table
Reference in a new issue