diff --git a/build.properties b/build.properties index 2b5a654f1c3..da06f307c0e 100644 --- a/build.properties +++ b/build.properties @@ -2,7 +2,7 @@ #* Copyright (C) 2009-2011, International Business Machines Corporation and * #* others. All Rights Reserved. * #******************************************************************************* -api.report.version = 461 +api.report.version = 4611 api.report.prev.version = 44 release.file.ver = 4_6_1 diff --git a/main/classes/core/src/com/ibm/icu/util/VersionInfo.java b/main/classes/core/src/com/ibm/icu/util/VersionInfo.java index 070166e8426..36255dbaa35 100644 --- a/main/classes/core/src/com/ibm/icu/util/VersionInfo.java +++ b/main/classes/core/src/com/ibm/icu/util/VersionInfo.java @@ -488,7 +488,7 @@ public final class VersionInfo implements Comparable UNICODE_5_2 = getInstance(5, 2, 0, 0); UNICODE_6_0 = getInstance(6, 0, 0, 0); - ICU_VERSION = getInstance(4, 6, 1, 0); + ICU_VERSION = getInstance(4, 6, 1, 1); ICU_DATA_VERSION = getInstance(4, 6, 1, 0); UNICODE_VERSION = UNICODE_6_0; diff --git a/main/shared/build/common.properties b/main/shared/build/common.properties index a75a4f5a155..56763cbef2a 100644 --- a/main/shared/build/common.properties +++ b/main/shared/build/common.properties @@ -5,7 +5,7 @@ # Version numbers, etc. icu4j.spec.version = 4.6 -icu4j.impl.version = 4.6.1 +icu4j.impl.version = 4.6.1.1 icu4j.data.version = 46 current.year = 2011 default.exec.env = J2SE-1.5 diff --git a/pom.xml b/pom.xml index b22ef02f2b0..310b2621339 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.ibm.icu icu4j - 4.6.1 + 4.6.1.1 ICU4J