ICU-4881 update version number

X-SVN-Rev: 18786
This commit is contained in:
Ram Viswanadha 2005-11-11 18:55:32 +00:00
parent 91f07686dc
commit 89792b9d88
6 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff9e3d33ecf8249fb5df4160719eac44ad79a336289c5216d6e50ac7f0d1be02
size 679378
oid sha256:91ec92b0b7ce754a8b5811ccaa77913e6e28ec55d5c95b40b212a001bdcbd5c2
size 688329

View File

@ -52,7 +52,7 @@ public class RandomCollator extends TestFmwk {
// System.out.println("\nTestRandom skipped for 2003");
// return;
// }
if(skipIfBeforeICU(3,4)) return;
if(skipIfBeforeICU(3,5)) return;
//String fileName;
PrintWriter pw = BagFormatter.openUTF8Writer(System.getProperty("user.dir")+File.separator, "RandomCollationTestLog.txt");
TestCollator tc = new TestCollator(chars);

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd26a26e5b927e0dc3ffc661002c8eac867818fb5fc3d4db4cace01a719c78de
oid sha256:d2dde0c1c01c0cb0c524e74208678f984c3f39f7d8a18dc6e642c93ba2723bb6
size 2093384

View File

@ -2,10 +2,10 @@ Manifest-Version: 1.0
Name: com/ibm/icu
Specification-Title: Modularized ICU for Java
Specification-Version: 3.4.1
Specification-Version: 3.5
Specification-Vendor: ICU
Implementation-Title: Modularized ICU for Java
Implementation-Version: 3.4.1
Implementation-Version: 3.5
Implementation-Vendor: IBM Corporation
Implementation-Vendor-Id: com.ibm
Copyright-Info: Copyright (c) 2000-2005, International Business Machines Corporation and others. All Rights Reserved.

View File

@ -2,10 +2,10 @@ Manifest-Version: 1.0
Name: com/ibm/icu/
Specification-Title: ICU for Java
Specification-Version: 3.4.1
Specification-Version: 3.5
Specification-Vendor: ICU
Implementation-Title: ICU for Java
Implementation-Version: 3.4.1
Implementation-Version: 3.5
Implementation-Vendor: IBM Corporation
Implementation-Vendor-Id: com.ibm
Copyright-Info: Copyright (c) 2000-2005, International Business Machines Corporation and others. All Rights Reserved.

View File

@ -121,7 +121,7 @@ public final class VersionInfo
* @draft ICU 3.0
* @deprecated This is a draft API and might change in a future release of ICU.
*/
public static final String ICU_DATA_VERSION = "34b";
public static final String ICU_DATA_VERSION = "35b";
/**
* ICU4J collator runtime version
@ -441,7 +441,7 @@ public final class VersionInfo
UNICODE_4_0 = getInstance(4, 0, 0, 0);
UNICODE_4_0_1 = getInstance(4, 0, 1, 0);
UNICODE_4_1 = getInstance(4, 1, 0, 0);
ICU_VERSION = getInstance(3, 4, 0, 0);
ICU_VERSION = getInstance(3, 5, 0, 0);
UCOL_RUNTIME_VERSION = getInstance(6);
UCOL_BUILDER_VERSION = getInstance(7);
UCOL_TAILORINGS_VERSION = getInstance(1);