#* 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
* @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.
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);
#*******************************************************************************
# 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
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;