ICU-8877 Updated the ICU4J version number.

X-SVN-Rev: 31087
This commit is contained in:
Yoshito Umaoka 2011-12-09 22:56:54 +00:00
parent 57f294624e
commit a969c18618
4 changed files with 5 additions and 5 deletions

View File

@ -4,5 +4,5 @@
#*******************************************************************************
api.report.version = 49
api.report.prev.version = 48
release.file.ver = 49m1
release.file.ver = 49m2

View File

@ -2,6 +2,6 @@
#* Copyright (C) 2010-2011, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
icu4j.plugin.impl.version.string=49.0.1
icu4j.plugin.impl.version.string=49.0.2
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=49

View File

@ -495,8 +495,8 @@ public final class VersionInfo implements Comparable<VersionInfo>
UNICODE_6_0 = getInstance(6, 0, 0, 0);
UNICODE_6_1 = getInstance(6, 1, 0, 0);
ICU_VERSION = getInstance(49, 0, 1, 0);
ICU_DATA_VERSION = getInstance(49, 0, 1, 0);
ICU_VERSION = getInstance(49, 0, 2, 0);
ICU_DATA_VERSION = getInstance(49, 0, 2, 0);
UNICODE_VERSION = UNICODE_6_1;
UCOL_RUNTIME_VERSION = getInstance(7);

View File

@ -5,7 +5,7 @@
# Version numbers, etc.
icu4j.spec.version = 49
icu4j.impl.version = 49.0
icu4j.impl.version = 49.0.2
icu4j.data.version = 49
current.year = 2011
default.exec.env = J2SE-1.5