mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-8761 Updated version number to 4.6.1.1
X-SVN-Rev: 30500
This commit is contained in:
parent
e90e651257
commit
f7705b4fa9
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
#* Copyright (C) 2009-2011, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
api.report.version = 461
|
||||
api.report.version = 4611
|
||||
api.report.prev.version = 44
|
||||
release.file.ver = 4_6_1
|
||||
|
||||
|
|
|
@ -488,7 +488,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
UNICODE_5_2 = getInstance(5, 2, 0, 0);
|
||||
UNICODE_6_0 = getInstance(6, 0, 0, 0);
|
||||
|
||||
ICU_VERSION = getInstance(4, 6, 1, 0);
|
||||
ICU_VERSION = getInstance(4, 6, 1, 1);
|
||||
ICU_DATA_VERSION = getInstance(4, 6, 1, 0);
|
||||
UNICODE_VERSION = UNICODE_6_0;
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 4.6
|
||||
icu4j.impl.version = 4.6.1
|
||||
icu4j.impl.version = 4.6.1.1
|
||||
icu4j.data.version = 46
|
||||
current.year = 2011
|
||||
default.exec.env = J2SE-1.5
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -11,7 +11,7 @@
|
|||
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>4.6.1</version>
|
||||
<version>4.6.1.1</version>
|
||||
|
||||
<name>ICU4J</name>
|
||||
<description>
|
||||
|
|
Loading…
Add table
Reference in a new issue