]> granicus.if.org Git - icu/commitdiff
ICU-10749 Updated ICU4J version to 53.1
authorYoshito Umaoka <y.umaoka@gmail.com>
Tue, 4 Mar 2014 19:17:31 +0000 (19:17 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Tue, 4 Mar 2014 19:17:31 +0000 (19:17 +0000)
X-SVN-Rev: 35326

icu4j/build.properties
icu4j/eclipse-build/build.properties
icu4j/eclipse-build/misc/about_icu.html
icu4j/eclipse-build/misc/about_icu_base.html
icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java
icu4j/main/shared/build/common.properties

index 73cff41c1f47961c2f10913db92031e12a575762..aef2aa05de7ba617d75d43adf1368943bd067950 100644 (file)
@@ -4,6 +4,6 @@
 #*******************************************************************************\r
 api.report.version = 53\r
 api.report.prev.version = 52\r
-release.file.ver = 53m1\r
-api.doc.version = 53 Milestone 1\r
+release.file.ver = 53rc\r
+api.doc.version = 53 Release Candidate\r
 \r
index 457df416d93bf5e169a03083da33ae75f875a26d..f78d5fdf6303d9cc3a227b89ac03c5ddf6771446 100644 (file)
@@ -1,7 +1,7 @@
 #*******************************************************************************
-#* Copyright (C) 2010-2013, International Business Machines Corporation and    *
+#* Copyright (C) 2010-2014, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
-icu4j.plugin.impl.version.string=53.0.1
+icu4j.plugin.impl.version.string=53.1.0
 copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2013. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
 icu4j.data.version.number=53
index e346924b8ade9a035d03ee92690d8a516ed29bca..a2f8488d2c5110f482aa0e0e2bf5583b49970031 100644 (file)
@@ -31,7 +31,7 @@ and such source code may be obtained at <a href="http://www.eclipse.org/">http:/
                for informational purposes only, and you should look to the Redistributor's license for 
                terms and conditions of use.</p>
 
-               <p><strong>ICU4J 53.X.X.v2013XXXX plug-in</strong> <br/><br/>
+               <p><strong>ICU4J 53.X.X.v2014XXXX plug-in</strong> <br/><br/>
                The plug-in includes software (&quot;ICU4J&quot;) developed by International Business Machines
                Corporation and others.
                <br/><br/>
index a9d1f841806445c4eb6bfca30c643bc7de8326ee..d9d5258575b53a759e2546320520a5db60dac29f 100644 (file)
@@ -31,7 +31,7 @@ and such source code may be obtained at <a href="http://www.eclipse.org/">http:/
                for informational purposes only, and you should look to the Redistributor's license for 
                terms and conditions of use.</p>
 
-               <p><strong>ICU4J 53.X.X.v2013XXXX base plug-in</strong> <br/><br/>
+               <p><strong>ICU4J 53.X.X.v2014XXXX base plug-in</strong> <br/><br/>
                The plug-in includes software (&quot;ICU4J&quot;) developed by International Business Machines
                Corporation and others.
                <br/><br/>
index c4c006cd13e144ad9db01eaf717eb936ea4acfee..9794aab59aeba39c32f6565598a4154a719357e6 100644 (file)
@@ -516,8 +516,8 @@ public final class VersionInfo implements Comparable<VersionInfo>
         UNICODE_6_2   = getInstance(6, 2, 0, 0);
         UNICODE_6_3   = getInstance(6, 3, 0, 0);
 
-        ICU_VERSION   = getInstance(53, 0, 1, 0);
-        ICU_DATA_VERSION = getInstance(53, 0, 1, 0);
+        ICU_VERSION   = getInstance(53, 1, 0, 0);
+        ICU_DATA_VERSION = getInstance(53, 1, 0, 0);
         UNICODE_VERSION = UNICODE_6_3;
 
         UCOL_RUNTIME_VERSION = getInstance(8);
index b16127a2f7f4f7dc4bb0a1b6d2d1a904091bbd8c..3b161e401a450ead861d60c8dcfa41bce276f9c9 100644 (file)
@@ -1,13 +1,13 @@
 #*******************************************************************************
-#* Copyright (C) 2009-2013, International Business Machines Corporation and    *
+#* Copyright (C) 2009-2014, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
 
 # Version numbers, etc.
 icu4j.spec.version = 53
-icu4j.impl.version = 53.0.1
+icu4j.impl.version = 53.1.0
 icu4j.data.version = 53
-current.year = 2013
+current.year = 2014
 default.exec.env = J2SE-1.5
 
 corp = IBM Corporation