]> granicus.if.org Git - icu/commitdiff
ICU-20438 BRS64RC Update ICU4J version numbers and jar data files
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Fri, 22 Feb 2019 01:16:53 +0000 (17:16 -0800)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Fri, 22 Feb 2019 19:26:41 +0000 (11:26 -0800)
icu4j/build.properties
icu4j/eclipse-build/build.properties
icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java
icu4j/main/shared/build/common.properties
icu4j/main/shared/data/icudata.jar
icu4j/main/shared/data/icutzdata.jar
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java

index 30c4424247e5ca9642f399611f43fa0fc1361eac..3686e2cf676ed396a6deca0668efbfc00e62eadd 100644 (file)
@@ -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
 
index 86cd5fec0496d8dbffbff80d8f2bb242b16e24fb..c006725c085a6db564d4aebf6c452bddcabf9e45 100644 (file)
@@ -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
index 50469c0f64fb84daeff9de783f158f177c26bfc8..05b6bd7f1ec885dc4d0cc6bde33ffce36fb42385 100644 (file)
@@ -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;
 
index 8f6a6cf07e281d431ddd452357b79ac29c6781bf..9fb0e3ed54a08159d1efc3ad7104aa02f488b0de 100644 (file)
@@ -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
index de6c8994996fa5c8670665b5676797bbf37ec7d5..dc6219bfc4a180d27df737e73e3da227077a02fb 100644 (file)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:621340542b71db82df705396198ca290f90eaae84b582bd6189db2254d8b1de0
-size 13931638
+oid sha256:600955a0a9d8cd13fae64fc6ec0bc16e946707363868e57eb8a61da76f126451
+size 12698412
index b58eed4af4aa3d8cd9501ee42afb5b58cfe07e3e..87a2e5c9e08cbc31639a4a3dc48dc11b2b89e365 100644 (file)
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:b31a226a3757af364f56ed24af75f3a5194fd8a641b4bd9f6104451394e23f10
+oid sha256:ba0d976bc7c765d905dd1aa455063ed955bcb4d7c028b51dd5ef1e6a4a868c01
 size 94046
index 7b965197fc9e2a8f4a4b99c2cae8d90133da4e33..8c12615c0de2c5ada970db24cac1d376fe4620b3 100644 (file)
@@ -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;