ICU-8636 Update ICU4J data to 49.0.1

X-SVN-Rev: 30217
This commit is contained in:
Michael Ow 2011-06-14 04:39:47 +00:00
parent 65629eb419
commit a2ff52af8e
5 changed files with 7 additions and 7 deletions

View File

@ -4,4 +4,4 @@
#*******************************************************************************
icu4j.plugin.impl.version.string=49.0.1
copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2011. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
icu4j.data.version.number=48
icu4j.data.version.number=49

View File

@ -143,7 +143,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
* @internal
* @deprecated This API is ICU internal only.
*/
public static final String ICU_DATA_VERSION_PATH = "48b";
public static final String ICU_DATA_VERSION_PATH = "49b";
/**
* Data version in ICU4J.
@ -489,7 +489,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
UNICODE_6_0 = getInstance(6, 0, 0, 0);
ICU_VERSION = getInstance(49, 0, 1, 0);
ICU_DATA_VERSION = getInstance(4, 8, 0, 0);
ICU_DATA_VERSION = getInstance(49, 0, 1, 0);
UNICODE_VERSION = UNICODE_6_0;
UCOL_RUNTIME_VERSION = getInstance(7);

View File

@ -6,7 +6,7 @@
# Version numbers, etc.
icu4j.spec.version = 49
icu4j.impl.version = 49.0
icu4j.data.version = 48
icu4j.data.version = 49
current.year = 2011
default.exec.env = J2SE-1.5

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1da5fc1b8d3ab160d72e0c23dff191eba5ff9d9dfd4a62df6cf810c2e256dcc
size 7958244
oid sha256:e80f81d59ce7021e49e099f9a5da2205827803dbaded8e7d83ff66d9e3b5cd8c
size 7958142

View File

@ -7,7 +7,7 @@
package com.ibm.icu.dev.test.util;
public class DebugUtilitiesData extends Object {
public static final String ICU4C_VERSION="4.8";
public static final String ICU4C_VERSION="49.0.1";
public static final int UDebugEnumType = 0;
public static final int UCalendarDateFields = 1;
public static final int UCalendarMonths = 2;