mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 11:14:22 +00:00
ICU-2779 update ICU version to 2.6.0.0
X-SVN-Rev: 11707
This commit is contained in:
parent
4dc960f3a4
commit
da530c15c9
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/util/VersionInfo.java,v $
|
||||
* $Date: 2002/12/03 20:46:09 $
|
||||
* $Revision: 1.10 $
|
||||
* $Date: 2003/04/25 19:33:05 $
|
||||
* $Revision: 1.11 $
|
||||
*
|
||||
* jitterbug 1741
|
||||
*****************************************************************************************
|
||||
|
@ -352,7 +352,7 @@ public final class VersionInfo
|
|||
UNICODE_3_1_0 = getInstance(3, 1, 0, 0);
|
||||
UNICODE_3_1_1 = getInstance(3, 1, 1, 0);
|
||||
UNICODE_3_2 = getInstance(3, 2, 0, 0);
|
||||
ICU_VERSION = getInstance(2, 4, 0, 0);
|
||||
ICU_VERSION = getInstance(2, 6, 0, 0);
|
||||
}
|
||||
|
||||
// private constructor -----------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue