#* Copyright (C) 2009-2011, International Business Machines Corporation and *\r
#* others. All Rights Reserved. *\r
#*******************************************************************************\r
-api.report.version = 48\r
-api.report.prev.version = 46\r
-release.file.ver = 4_8\r
+api.report.version = 49\r
+api.report.prev.version = 48\r
+release.file.ver = 49M1\r
\r
#* Copyright (C) 2010-2011, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
-icu4j.plugin.impl.version.string=4.8.0
+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
UNICODE_5_2 = getInstance(5, 2, 0, 0);
UNICODE_6_0 = getInstance(6, 0, 0, 0);
- ICU_VERSION = getInstance(4, 8, 0, 0);
+ ICU_VERSION = getInstance(49, 0, 1, 0);
ICU_DATA_VERSION = getInstance(4, 8, 0, 0);
UNICODE_VERSION = UNICODE_6_0;
#*******************************************************************************
# Version numbers, etc.
-icu4j.spec.version = 4.8
-icu4j.impl.version = 4.8
+icu4j.spec.version = 49
+icu4j.impl.version = 49.0
icu4j.data.version = 48
current.year = 2011
default.exec.env = J2SE-1.5
}
public void TestSupplementary() {
- if (skipIfBeforeICU(4,9,0)) { // ticket#8080
+ if (skipIfBeforeICU(49,0,2)) { // ticket#8080
return;
}
int count = 0;
}
public void TestSupplementaryCanonical() {
- if (skipIfBeforeICU(4,9,0)) { // ticket#8080
+ if (skipIfBeforeICU(49,0,2)) { // ticket#8080
return;
}
int count = 0;
DateOrder order2 = getOrdering(style2, uLocale);
if (!order1.hasSameOrderAs(order2)) {
if (order1.monthLength == order2.monthLength) { // error if have same month length, different ordering
- if (skipIfBeforeICU(4,9,0)) { // ticket#6806
+ if (skipIfBeforeICU(49,0,2)) { // ticket#6806
logln(showOrderComparison(uLocale, style1, style2, order1, order2));
} else {
errln(showOrderComparison(uLocale, style1, style2, order1, order2));