ICU-9413 ICU4J version to 50.0.2

X-SVN-Rev: 32311
This commit is contained in:
Yoshito Umaoka 2012-08-31 21:36:15 +00:00
parent 1488875053
commit 768b3383fd
4 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
#* Copyright (C) 2009-2012, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
api.report.version = 50
api.report.version = 50m2
api.report.prev.version = 49
release.file.ver = 50m2
api.doc.version = 50 Milestone 2

View File

@ -2,6 +2,6 @@
#* Copyright (C) 2010-2012, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
icu4j.plugin.impl.version.string=49.1
icu4j.plugin.impl.version.string=50.0.2
copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2012. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
icu4j.data.version.number=49
icu4j.data.version.number=50

View File

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

View File

@ -5,7 +5,7 @@
# Version numbers, etc.
icu4j.spec.version = 50
icu4j.impl.version = 50.0.1
icu4j.impl.version = 50.0.2
icu4j.data.version = 50
current.year = 2012
default.exec.env = J2SE-1.5