ICU-13581 Revert r40946 for now. Need to also update the Java data files, but unclear how.

X-SVN-Rev: 40947
This commit is contained in:
Jeff Genovy 2018-02-17 09:08:11 +00:00
parent 0091f5060d
commit dc62cffa45
4 changed files with 12 additions and 12 deletions

View file

@ -4,9 +4,9 @@
#* Copyright (C) 2009-2016, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
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
api.report.version = 60
api.report.prev.version = 59
release.file.ver = 60rc
api.doc.version = 60 Release Candidate
maven.pom.ver = 60.1

View 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 = "61b";
public static final String ICU_DATA_VERSION_PATH = "60b";
/**
* 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(61, 1, 0, 0);
ICU_DATA_VERSION = getInstance(61, 0, 1, 0);
ICU_VERSION = getInstance(60, 1, 0, 0);
ICU_DATA_VERSION = getInstance(60, 0, 1, 0);
UNICODE_VERSION = UNICODE_10_0;
UCOL_RUNTIME_VERSION = getInstance(9);

View file

@ -6,9 +6,9 @@
#*******************************************************************************
# Version numbers, etc.
icu4j.spec.version = 61
icu4j.impl.version = 61.1
icu4j.data.version = 61
icu4j.spec.version = 60
icu4j.impl.version = 60.1
icu4j.data.version = 60
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

View file

@ -10,7 +10,7 @@
package com.ibm.icu.dev.test.util;
public class DebugUtilitiesData extends Object {
public static final String ICU4C_VERSION="61.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;