mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-10084 Update version to 52.0.1
X-SVN-Rev: 33608
This commit is contained in:
parent
e78cb5b4b0
commit
a94b29c5a2
8 changed files with 17 additions and 17 deletions
|
@ -2,8 +2,8 @@
|
|||
#* Copyright (C) 2009-2013, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
api.report.version = 51
|
||||
api.report.prev.version = 50
|
||||
release.file.ver = 51_1
|
||||
api.doc.version = 51.1
|
||||
api.report.version = 52
|
||||
api.report.prev.version = 51
|
||||
release.file.ver = 52m1
|
||||
api.doc.version = 52
|
||||
|
||||
|
|
|
@ -155,7 +155,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
public static final String ICU_DATA_VERSION_PATH = "51b";
|
||||
public static final String ICU_DATA_VERSION_PATH = "52b";
|
||||
|
||||
/**
|
||||
* Data version in ICU4J.
|
||||
|
@ -506,8 +506,8 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
UNICODE_6_1 = getInstance(6, 1, 0, 0);
|
||||
UNICODE_6_2 = getInstance(6, 2, 0, 0);
|
||||
|
||||
ICU_VERSION = getInstance(51, 1, 0, 0);
|
||||
ICU_DATA_VERSION = getInstance(51, 1, 0, 0);
|
||||
ICU_VERSION = getInstance(52, 0, 1, 0);
|
||||
ICU_DATA_VERSION = getInstance(52, 0, 1, 0);
|
||||
UNICODE_VERSION = UNICODE_6_2;
|
||||
|
||||
UCOL_RUNTIME_VERSION = getInstance(7);
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
#*******************************************************************************
|
||||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 51
|
||||
icu4j.impl.version = 51.1
|
||||
icu4j.data.version = 51
|
||||
icu4j.spec.version = 52
|
||||
icu4j.impl.version = 52.0.1
|
||||
icu4j.data.version = 52
|
||||
current.year = 2013
|
||||
default.exec.env = J2SE-1.5
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c6dc2106d9337b574ebe6bfd1643394b6fbf1f93c80da9129b68ece92b11351
|
||||
size 10576673
|
||||
oid sha256:b246383d534609ffb6a14c49236f9c325b445cb60e97c0ddf5948ac47406d82f
|
||||
size 10576546
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a494618635c48c52dcca41c29dc04342be4d9549864f901c3bbd389c2483a206
|
||||
oid sha256:43cc25f91794de5c1ba2aa48032a9e69653da5e00d0f0fc5cc72db5d2fb0a170
|
||||
size 98429
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d8893a5a0f0eb366317c8cf72a494ae072be4b36e91dbc33c2f088f503ae494
|
||||
size 724517
|
||||
oid sha256:bbedc52b17fb2c3437c1d6498655b6223654395d08edf79d661401f3dab224d0
|
||||
size 724510
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
package com.ibm.icu.dev.test.util;
|
||||
|
||||
public class DebugUtilitiesData extends Object {
|
||||
public static final String ICU4C_VERSION="51.1";
|
||||
public static final String ICU4C_VERSION="52.0.1";
|
||||
public static final int UDebugEnumType = 0;
|
||||
public static final int UCalendarDateFields = 1;
|
||||
public static final int UCalendarMonths = 2;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>51.1</version>
|
||||
<version>52-SNAPSHOT</version>
|
||||
|
||||
<name>ICU4J</name>
|
||||
<description>
|
||||
|
|
Loading…
Add table
Reference in a new issue