]> granicus.if.org Git - icu/commitdiff
ICU-10399 ICU4J version number to 52.1.
authorYoshito Umaoka <y.umaoka@gmail.com>
Fri, 13 Sep 2013 20:07:16 +0000 (20:07 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Fri, 13 Sep 2013 20:07:16 +0000 (20:07 +0000)
X-SVN-Rev: 34318

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

index ab1f5a6d0af432551c7e67aaebd88546c3dd3387..7554a49490fd5d28df7cdc44d1390ceb82ba48db 100644 (file)
@@ -4,6 +4,6 @@
 #*******************************************************************************\r
 api.report.version = 52\r
 api.report.prev.version = 51\r
-release.file.ver = 52m1\r
-api.doc.version = 52 Milestone 1\r
+release.file.ver = 52rc\r
+api.doc.version = 52 Release Candidate\r
 \r
index 4a5faee30129412cb61cf28b3a0a4104bc9d1246..631b8ef07bca46aad40cafb734c4dc00314fe1a9 100644 (file)
@@ -513,8 +513,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(52, 0, 1, 0);
-        ICU_DATA_VERSION = getInstance(52, 0, 1, 0);
+        ICU_VERSION   = getInstance(52, 1, 0, 0);
+        ICU_DATA_VERSION = getInstance(52, 1, 0, 0);
         UNICODE_VERSION = UNICODE_6_3;
 
         UCOL_RUNTIME_VERSION = getInstance(7);
index e10561fbaa3343cc33772775bd4d688cd750b0ea..9c252e77d6b2821be78c5169b59c62b50183f54f 100644 (file)
@@ -5,7 +5,7 @@
 
 # Version numbers, etc.
 icu4j.spec.version = 52
-icu4j.impl.version = 52.0.1
+icu4j.impl.version = 52.1
 icu4j.data.version = 52
 current.year = 2013
 default.exec.env = J2SE-1.5