mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 02:37:25 +00:00
ICU-8639 Updated the version number to 4.8.1
X-SVN-Rev: 30376
This commit is contained in:
parent
2da3bd09f0
commit
ad94710fb2
4 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
#* Copyright (C) 2009-2011, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
api.report.version = 48
|
||||
api.report.prev.version = 46
|
||||
release.file.ver = 4_8
|
||||
api.report.version = 481
|
||||
api.report.prev.version = 48
|
||||
release.file.ver = 4_8_1
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
#* Copyright (C) 2010-2011, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
icu4j.plugin.impl.version.string=4.8.0
|
||||
icu4j.plugin.impl.version.string=4.8.1
|
||||
copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2011. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
|
||||
icu4j.data.version.number=48
|
||||
|
|
|
@ -488,8 +488,8 @@ 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, 8, 0, 0);
|
||||
ICU_DATA_VERSION = getInstance(4, 8, 0, 0);
|
||||
ICU_VERSION = getInstance(4, 8, 1, 0);
|
||||
ICU_DATA_VERSION = getInstance(4, 8, 1, 0);
|
||||
UNICODE_VERSION = UNICODE_6_0;
|
||||
|
||||
UCOL_RUNTIME_VERSION = getInstance(7);
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 4.8
|
||||
icu4j.impl.version = 4.8
|
||||
icu4j.impl.version = 4.8.1
|
||||
icu4j.data.version = 48
|
||||
current.year = 2011
|
||||
default.exec.env = J2SE-1.5
|
||||
|
|
Loading…
Add table
Reference in a new issue