From 01ef78b8bf18daad41e1c61f2c714401a15b53ae Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Fri, 12 Aug 2011 17:57:27 +0000 Subject: [PATCH] ICU-8760 Updated version number to 4.8.1.1 X-SVN-Rev: 30502 --- build.properties | 4 ++-- main/classes/core/src/com/ibm/icu/util/VersionInfo.java | 2 +- main/shared/build/common.properties | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.properties b/build.properties index 621e771de2e..1c9cd1d60cf 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 = 481 +api.report.version = 4811 api.report.prev.version = 48 -release.file.ver = 4_8_1 +release.file.ver = 4_8_1_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 f7536c9c2aa..314eb0dfeff 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, 8, 1, 0); + ICU_VERSION = getInstance(4, 8, 1, 1); ICU_DATA_VERSION = getInstance(4, 8, 1, 0); UNICODE_VERSION = UNICODE_6_0; diff --git a/main/shared/build/common.properties b/main/shared/build/common.properties index 94c22812c0c..93863d45a95 100644 --- a/main/shared/build/common.properties +++ b/main/shared/build/common.properties @@ -5,7 +5,7 @@ # Version numbers, etc. icu4j.spec.version = 4.8 -icu4j.impl.version = 4.8.1 +icu4j.impl.version = 4.8.1.1 icu4j.data.version = 48 current.year = 2011 default.exec.env = J2SE-1.5 diff --git a/pom.xml b/pom.xml index 19bdbcb09bf..768c56a9668 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.ibm.icu icu4j - 4.8.1 + 4.8.1.1 ICU4J