ICU-7415 Update ICU version to 4.2.1.1

X-SVN-Rev: 27545
This commit is contained in:
Yoshito Umaoka 2010-02-11 17:54:49 +00:00
parent 7c210c6acc
commit 8064ed2ec6
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ icu4j.spec.version.string=4.2
# impl version will be updated for maintenance releases.
# It must be <icu4j.spec.version.string>[.<maint-version>]
icu4j.impl.version.string=4.2.1
icu4j.impl.version.string=4.2.1.1
# data version number won't be changed in a feature stream
icu4j.data.version.number=42

View file

@ -1,6 +1,6 @@
/*
*******************************************************************************
* Copyright (C) 1996-2009, International Business Machines Corporation and *
* Copyright (C) 1996-2010, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@ -468,7 +468,7 @@ public final class VersionInfo implements Comparable
UNICODE_4_1 = getInstance(4, 1, 0, 0);
UNICODE_5_0 = getInstance(5, 0, 0, 0);
UNICODE_5_1 = getInstance(5, 1, 0, 0);
ICU_VERSION = getInstance(4, 2, 1, 0);
ICU_VERSION = getInstance(4, 2, 1, 1);
UCOL_RUNTIME_VERSION = getInstance(6);
UCOL_BUILDER_VERSION = getInstance(7);
UCOL_TAILORINGS_VERSION = getInstance(1);