diff --git a/icu4j/build.properties b/icu4j/build.properties index 2c6657b63bb..a4ea7e3bbc3 100644 --- a/icu4j/build.properties +++ b/icu4j/build.properties @@ -11,13 +11,13 @@ icu4j.spec.version.string=4.1 # impl version will be updated for maintenance releases. # It must be [.] -icu4j.impl.version.string=4.1.3 +icu4j.impl.version.string=4.1.4 # data version number won't be changed in a feature stream icu4j.data.version.number=41 # these version numbers are used by API change report -icu4j.version.number=413 +icu4j.version.number=414 icu4j.previous.version.number=401 current.year=2009 @@ -26,5 +26,5 @@ copyright=Copyright (c) 2000-2009, International Business Machines Corporation a corp=IBM Corporation default.target.rt.version=JAVASE6 -icu4j.plugin.impl.version.string=4.1.3 +icu4j.plugin.impl.version.string=4.1.4 copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2009. All Rights Reserved. \n IBM is a registered trademark of IBM Corp. \ No newline at end of file diff --git a/icu4j/src/com/ibm/icu/dev/test/format/DateTimeGeneratorTest.java b/icu4j/src/com/ibm/icu/dev/test/format/DateTimeGeneratorTest.java index c8a843b0138..ef96a2e5e64 100644 --- a/icu4j/src/com/ibm/icu/dev/test/format/DateTimeGeneratorTest.java +++ b/icu4j/src/com/ibm/icu/dev/test/format/DateTimeGeneratorTest.java @@ -394,7 +394,7 @@ public class DateTimeGeneratorTest extends TestFmwk { 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,1,3)) { + if (skipIfBeforeICU(4,1,4)) { logln(showOrderComparison(uLocale, style1, style2, order1, order2)); } else { errln(showOrderComparison(uLocale, style1, style2, order1, order2)); diff --git a/icu4j/src/com/ibm/icu/util/VersionInfo.java b/icu4j/src/com/ibm/icu/util/VersionInfo.java index 88ddae9fa4d..3a15defe580 100644 --- a/icu4j/src/com/ibm/icu/util/VersionInfo.java +++ b/icu4j/src/com/ibm/icu/util/VersionInfo.java @@ -460,7 +460,7 @@ public final class VersionInfo implements Comparable UNICODE_4_0_1 = getInstance(4, 0, 1, 0); UNICODE_4_1 = getInstance(4, 1, 0, 0); UNICODE_5_0 = getInstance(4, 1, 0, 0); - ICU_VERSION = getInstance(4, 1, 3, 0); + ICU_VERSION = getInstance(4, 1, 4, 0); UCOL_RUNTIME_VERSION = getInstance(6); UCOL_BUILDER_VERSION = getInstance(7); UCOL_TAILORINGS_VERSION = getInstance(1);