mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-8762 Updated version number to 4.4.2.2
X-SVN-Rev: 30501
This commit is contained in:
parent
1ea59b3c19
commit
ea37812c24
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#*******************************************************************************
|
||||
#* Copyright (C) 2009-2010, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2009-2011, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
api.report.version = 442
|
||||
api.report.version = 4422
|
||||
api.report.prev.version = 421
|
||||
|
|
|
@ -469,7 +469,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
UNICODE_5_0 = getInstance(5, 0, 0, 0);
|
||||
UNICODE_5_1 = getInstance(5, 1, 0, 0);
|
||||
UNICODE_5_2 = getInstance(5, 2, 0, 0);
|
||||
ICU_VERSION = getInstance(4, 4, 2, 1);
|
||||
ICU_VERSION = getInstance(4, 4, 2, 2);
|
||||
ICU_DATA_VERSION = getInstance(4, 4, 0, 1);
|
||||
UCOL_RUNTIME_VERSION = getInstance(6);
|
||||
UCOL_BUILDER_VERSION = getInstance(7);
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 4.4
|
||||
icu4j.impl.version = 4.4.2.1
|
||||
icu4j.impl.version = 4.4.2.2
|
||||
icu4j.data.version = 44
|
||||
current.year = 2011
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue