]> granicus.if.org Git - icu/commitdiff
ICU-9722 Update ICU4J data version to 51
authorMichael Ow <mow@svn.icu-project.org>
Wed, 14 Nov 2012 21:40:47 +0000 (21:40 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Wed, 14 Nov 2012 21:40:47 +0000 (21:40 +0000)
X-SVN-Rev: 32826

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

index 6d97a4292219c74605c6bb4b633eed3c537984a2..032a3c320d3f91eec6e46100acfb24f613821d8d 100644 (file)
@@ -155,7 +155,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
      * @internal
      * @deprecated This API is ICU internal only.
      */
-    public static final String ICU_DATA_VERSION_PATH = "50b";
+    public static final String ICU_DATA_VERSION_PATH = "51b";
     
     /**
      * Data version in ICU4J.
@@ -503,7 +503,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
         UNICODE_6_2   = getInstance(6, 2, 0, 0);
 
         ICU_VERSION   = getInstance(51, 0, 1, 0);
-        ICU_DATA_VERSION = getInstance(50, 1, 0, 0);
+        ICU_DATA_VERSION = getInstance(51, 0, 1, 0);
         UNICODE_VERSION = UNICODE_6_2;
 
         UCOL_RUNTIME_VERSION = getInstance(7);
index 24db305f2b8ecad2aa0117408f8cfa3e6659cf5e..f8e7c9596578dfb854a17a365442e0b5c8ea8e11 100644 (file)
@@ -6,7 +6,7 @@
 # Version numbers, etc.
 icu4j.spec.version = 51
 icu4j.impl.version = 51.0.1
-icu4j.data.version = 50
+icu4j.data.version = 51
 current.year = 2012
 default.exec.env = J2SE-1.5