diff --git a/icu4c/source/common/unicode/uvernum.h b/icu4c/source/common/unicode/uvernum.h index 4dcc119aafb..71d9d26d664 100644 --- a/icu4c/source/common/unicode/uvernum.h +++ b/icu4c/source/common/unicode/uvernum.h @@ -119,7 +119,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.4 */ -#define U_ICU_VERSION "60.0.1" +#define U_ICU_VERSION "60.1" /** The current ICU library major/minor version as a string without dots, for library name suffixes. * This value will change in the subsequent releases of ICU @@ -136,7 +136,7 @@ /** Data version in ICU4C. * @internal ICU 4.4 Internal Use Only **/ -#define U_ICU_DATA_VERSION "60.0.1" +#define U_ICU_DATA_VERSION "60.1" #endif /* U_HIDE_INTERNAL_API */ /*=========================================================================== diff --git a/icu4j/build.properties b/icu4j/build.properties index 21fb7a0bc25..564fd33c375 100644 --- a/icu4j/build.properties +++ b/icu4j/build.properties @@ -6,7 +6,7 @@ #******************************************************************************* api.report.version = 60 api.report.prev.version = 59 -release.file.ver = 60m1 -api.doc.version = 60 Milestone 1 +release.file.ver = 60rc +api.doc.version = 60 Release Candidate maven.pom.ver = 60.1 diff --git a/icu4j/eclipse-build/build.properties b/icu4j/eclipse-build/build.properties index 057c5094242..b099ffc91c1 100644 --- a/icu4j/eclipse-build/build.properties +++ b/icu4j/eclipse-build/build.properties @@ -4,6 +4,6 @@ #* Copyright (C) 2010-2016, International Business Machines Corporation and * #* others. All Rights Reserved. * #******************************************************************************* -icu4j.plugin.impl.version.string=60.0.1 +icu4j.plugin.impl.version.string=60.1.0 copyright.eclipse=(C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License icu4j.data.version.number=60 diff --git a/icu4j/eclipse-build/misc/about_icu.html b/icu4j/eclipse-build/misc/about_icu.html index 6b124a0650c..bbd28d92e11 100644 --- a/icu4j/eclipse-build/misc/about_icu.html +++ b/icu4j/eclipse-build/misc/about_icu.html @@ -9,7 +9,7 @@
April 11, 2017
+September 28, 2017
The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise @@ -32,7 +32,7 @@ did not receive this Content directly from the Eclipse Foundation, the following for informational purposes only, and you should look to the Redistributor's license for terms and conditions of use.
-ICU4J 59.1.0 plug-in
+ICU4J 60.1.0 plug-in
The plug-in includes software ("ICU4J") developed by Unicode Inc. and others. Your use of ICU4J is subject to the terms and conditions of the ICU license. A copy of the diff --git a/icu4j/eclipse-build/misc/about_icu_base.html b/icu4j/eclipse-build/misc/about_icu_base.html index 84304bc3381..077f193e6e2 100644 --- a/icu4j/eclipse-build/misc/about_icu_base.html +++ b/icu4j/eclipse-build/misc/about_icu_base.html @@ -9,7 +9,7 @@
April 11, 2017
+September 28, 2017
The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise @@ -32,7 +32,7 @@ did not receive this Content directly from the Eclipse Foundation, the following for informational purposes only, and you should look to the Redistributor's license for terms and conditions of use.
-ICU4J 59.1.0 base plug-in
+ICU4J 60.1.0 base plug-in
The plug-in includes software ("ICU4J") developed by Unicode Inc. and others.
Your use of ICU4J is subject to the terms and conditions of the ICU license. A copy of the
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java b/icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java
index e8495dc80a4..df08d7c6360 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java
@@ -567,7 +567,7 @@ public final class VersionInfo implements Comparable