mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-13581 Update ICU4J version number for 61.1 rc.
X-SVN-Rev: 40946
This commit is contained in:
parent
e98aab020c
commit
0091f5060d
4 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue