]> granicus.if.org Git - icu/commitdiff
ICU-13581 Update ICU4J version number for 61.1 rc.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Sat, 17 Feb 2018 02:09:19 +0000 (02:09 +0000)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Sat, 17 Feb 2018 02:09:19 +0000 (02:09 +0000)
X-SVN-Rev: 40946

icu4j/build.properties
icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java
icu4j/main/shared/build/common.properties
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java

index 564fd33c3755314ddf566e838ab8b77dbd4cd8b4..14b982f315982bb1a8f2c24b7202d951a952457a 100644 (file)
@@ -4,9 +4,9 @@
 #* Copyright (C) 2009-2016, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
-api.report.version = 60
-api.report.prev.version = 59
-release.file.ver = 60rc
-api.doc.version = 60 Release Candidate
-maven.pom.ver = 60.1
+api.report.version = 61
+api.report.prev.version = 60
+release.file.ver = 61rc
+api.doc.version = 61 Release Candidate
+maven.pom.ver = 61.1-SNAPSHOT
 
index df08d7c636043b2418579fd2ff0c98371901410c..69d1a305a79aea2dff6a16d62c507ecd2efa2f78 100644 (file)
@@ -188,7 +188,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
      * @deprecated This API is ICU internal only.
      */
     @Deprecated
-    public static final String ICU_DATA_VERSION_PATH = "60b";
+    public static final String ICU_DATA_VERSION_PATH = "61b";
 
     /**
      * Data version in ICU4J.
@@ -567,8 +567,8 @@ 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, 1, 0, 0);
-        ICU_DATA_VERSION = getInstance(60, 0, 1, 0);
+        ICU_VERSION   = getInstance(61, 1, 0, 0);
+        ICU_DATA_VERSION = getInstance(61, 0, 1, 0);
         UNICODE_VERSION = UNICODE_10_0;
 
         UCOL_RUNTIME_VERSION = getInstance(9);
index a8f1ed986654480d92489d15e829a1054d4652c9..0d4c3d72920586f316886a0058664f597c584224 100644 (file)
@@ -6,9 +6,9 @@
 #*******************************************************************************
 
 # Version numbers, etc.
-icu4j.spec.version = 60
-icu4j.impl.version = 60.1
-icu4j.data.version = 60
+icu4j.spec.version = 61
+icu4j.impl.version = 61.1
+icu4j.data.version = 61
 default.exec.env = JavaSE-1.6
 
 copyright = \u00A9 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License
index e31b83f503eafd618921331ec37b1157a0fe545a..679a94c0fc073ef4ffa5d555752c7a0097f85b0f 100644 (file)
@@ -10,7 +10,7 @@
 package com.ibm.icu.dev.test.util;
 
 public class DebugUtilitiesData extends Object {
-    public static final String ICU4C_VERSION="60.1";
+    public static final String ICU4C_VERSION="61.1";
     public static final int UDebugEnumType = 0;
     public static final int UCalendarDateFields = 1;
     public static final int UCalendarMonths = 2;