ICU-7776 Updated version number to 4.4.1.1
authorYoshito Umaoka <y.umaoka@gmail.com>
Mon, 21 Jun 2010 14:53:06 +0000 (14:53 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Mon, 21 Jun 2010 14:53:06 +0000 (14:53 +0000)
X-SVN-Rev: 28232

build.properties
main/classes/core/src/com/ibm/icu/util/VersionInfo.java
main/shared/build/common.properties

index 707ac98434482faf60dfa71aafdaf8d07d3460c7..249e28c80ee5254bc4b1a1da885ea7eb994dde26 100644 (file)
@@ -2,5 +2,5 @@
 #* Copyright (C) 2009-2010, International Business Machines Corporation and    *\r
 #* others. All Rights Reserved.                                                *\r
 #*******************************************************************************\r
-api.report.version = 441\r
+api.report.version = 4411\r
 api.report.prev.version = 421\r
index eecfb0ee6fabb23294c18e3315845f89a423e592..51fe81d4d500729309e97df716f9e6b3a2d19c73 100644 (file)
@@ -466,7 +466,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
         UNICODE_5_0   = getInstance(5, 0, 0, 0);
         UNICODE_5_1   = getInstance(5, 1, 0, 0);
         UNICODE_5_2   = getInstance(5, 2, 0, 0);
-        ICU_VERSION   = getInstance(4, 4, 1, 0);
+        ICU_VERSION   = getInstance(4, 4, 1, 1);
         ICU_DATA_VERSION = getInstance(4, 4, 0, 1);
         UCOL_RUNTIME_VERSION = getInstance(6);
         UCOL_BUILDER_VERSION = getInstance(7);
index d233dc89b65900c4fe0e62e81fe594534290b699..441d4f7ef44dfb6bd871be964c26682052d3eb78 100644 (file)
@@ -5,7 +5,7 @@
 
 # Version numbers, etc.
 icu4j.spec.version = 4.4
-icu4j.impl.version = 4.4.1
+icu4j.impl.version = 4.4.1.1
 current.year = 2010
 
 corp = IBM Corporation