]> granicus.if.org Git - icu/commitdiff
ICU-9413 ICU4J version to 50.0.2
authorYoshito Umaoka <y.umaoka@gmail.com>
Fri, 31 Aug 2012 21:36:15 +0000 (21:36 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Fri, 31 Aug 2012 21:36:15 +0000 (21:36 +0000)
X-SVN-Rev: 32311

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

index 04061f6786e1e1357fd27623afbb75a657fb8e87..cdbd9c32005a3969ef8c7b2432d28a9399c7e1db 100644 (file)
@@ -2,7 +2,7 @@
 #* Copyright (C) 2009-2012, International Business Machines Corporation and    *\r
 #* others. All Rights Reserved.                                                *\r
 #*******************************************************************************\r
-api.report.version = 50\r
+api.report.version = 50m2\r
 api.report.prev.version = 49\r
 release.file.ver = 50m2\r
 api.doc.version = 50 Milestone 2\r
index e1fea97035c90175afebb61e96c3622aee744f24..e8d55fe7b3fa51adb6b342b399c185f423c3b7e6 100644 (file)
@@ -2,6 +2,6 @@
 #* Copyright (C) 2010-2012, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
-icu4j.plugin.impl.version.string=49.1
+icu4j.plugin.impl.version.string=50.0.2
 copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2012. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
-icu4j.data.version.number=49
+icu4j.data.version.number=50
index 84a1f23e0038040d712757a22092e97d3b5a0fbd..3ed850dfc507cb5bcef91433019d691eec9e0334 100644 (file)
@@ -502,8 +502,8 @@ public final class VersionInfo implements Comparable<VersionInfo>
         UNICODE_6_1   = getInstance(6, 1, 0, 0);
         UNICODE_6_2   = getInstance(6, 2, 0, 0);
 
-        ICU_VERSION   = getInstance(50, 0, 1, 0);
-        ICU_DATA_VERSION = getInstance(50, 0, 1, 0);
+        ICU_VERSION   = getInstance(50, 0, 2, 0);
+        ICU_DATA_VERSION = getInstance(50, 0, 2, 0);
         UNICODE_VERSION = UNICODE_6_2;
 
         UCOL_RUNTIME_VERSION = getInstance(7);
index a21eb13e1a3a10ab29fea9fd6ec8c46a4cb2bf17..93f5da4ea49bfd7a3924de427d53768baeff3752 100644 (file)
@@ -5,7 +5,7 @@
 
 # Version numbers, etc.
 icu4j.spec.version = 50
-icu4j.impl.version = 50.0.1
+icu4j.impl.version = 50.0.2
 icu4j.data.version = 50
 current.year = 2012
 default.exec.env = J2SE-1.5