ICU-13489 Updated version numbers for ICU 60.2.

X-SVN-Rev: 40704
This commit is contained in:
Yoshito Umaoka 2017-12-06 17:24:40 +00:00
parent 23ff982629
commit 1e00783ece
9 changed files with 15 additions and 15 deletions

View file

@ -119,7 +119,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
#define U_ICU_VERSION "60.1"
#define U_ICU_VERSION "60.2"
/** The current ICU library major/minor version as a string without dots, for library name suffixes.
* This value will change in the subsequent releases of ICU
@ -131,7 +131,7 @@
/** Data version in ICU4C.
* @internal ICU 4.4 Internal Use Only
**/
#define U_ICU_DATA_VERSION "60.1"
#define U_ICU_DATA_VERSION "60.2"
#endif /* U_HIDE_INTERNAL_API */
/*===========================================================================

View file

@ -6,7 +6,7 @@
#*******************************************************************************
api.report.version = 60
api.report.prev.version = 59
release.file.ver = 60_1
api.doc.version = 60.1
maven.pom.ver = 60.1
release.file.ver = 60_2
api.doc.version = 60.2
maven.pom.ver = 60.2

View file

@ -4,6 +4,6 @@
#* Copyright (C) 2010-2016, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
icu4j.plugin.impl.version.string=60.1.0
icu4j.plugin.impl.version.string=60.2.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=60

View file

@ -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, 1, 0, 0);
ICU_VERSION = getInstance(60, 2, 0, 0);
ICU_DATA_VERSION = getInstance(60, 2, 0, 0);
UNICODE_VERSION = UNICODE_10_0;
UCOL_RUNTIME_VERSION = getInstance(9);

View file

@ -7,7 +7,7 @@
# Version numbers, etc.
icu4j.spec.version = 60
icu4j.impl.version = 60.1
icu4j.impl.version = 60.2
icu4j.data.version = 60
default.exec.env = JavaSE-1.6

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b30b2ae4cc75349b65770d6319f94305ec763801f14b75b2f01fd6cf41b826b
size 12475727
oid sha256:08b5e318e71b41ef7605476fed267cc099c2d5952a3f940e78553234b33031b0
size 12475402

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ab0aa84333a23a0e40f5641d96d4b12e0f7acc10b3ca32a98141d04af1ef59b
oid sha256:35a688f4cb81b8ca3c72aa9489588626eff4df51bd51ceb6e998b4de93ac17f0
size 92714

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49fc3149b6f7691682845386826d43267e196a0286eef1dc9ffaf7100690cab1
size 813106
oid sha256:134ccd4e0d1e6a82b01cac359f7e0ba4b2263508d44adb2a6a953564502caa13
size 813101

View 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="60.2";
public static final int UDebugEnumType = 0;
public static final int UCalendarDateFields = 1;
public static final int UCalendarMonths = 2;