ICU-20857 Update version numbers to 66.0.1

This commit is contained in:
Daniel Ju 2019-10-21 11:04:54 -07:00 committed by Daniel Ju
parent 596647c0c3
commit e95840c59c
13 changed files with 34 additions and 34 deletions

View File

@ -3,7 +3,7 @@
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
<head> <head>
<title>ReadMe for ICU 66.1</title> <title>ReadMe for ICU 66.0.1</title>
<meta name="COPYRIGHT" content= <meta name="COPYRIGHT" content=
"Copyright (C) 2016 and later: Unicode, Inc. and others. License &amp; terms of use: http://www.unicode.org/copyright.html"/> "Copyright (C) 2016 and later: Unicode, Inc. and others. License &amp; terms of use: http://www.unicode.org/copyright.html"/>
<!-- meta name="COPYRIGHT" content= <!-- meta name="COPYRIGHT" content=
@ -32,7 +32,7 @@
International Components for Unicode<br/> International Components for Unicode<br/>
<span class="only-rc">Release Candidate</span> <span class="only-rc">Release Candidate</span>
<span class="only-milestone">(Milestone Release)</span> <span class="only-milestone">(Milestone Release)</span>
<abbr title="International Components for Unicode">ICU</abbr> 66.1 ReadMe <abbr title="International Components for Unicode">ICU</abbr> 66.0.1 ReadMe
</h1> </h1>
<!-- Shouldn't need to comment/uncomment this paragraph, just change the body class --> <!-- Shouldn't need to comment/uncomment this paragraph, just change the body class -->
@ -44,7 +44,7 @@
<p class="note only-rc">This is a release candidate version of ICU4C. <p class="note only-rc">This is a release candidate version of ICU4C.
It is not recommended for production use.</p> It is not recommended for production use.</p>
<p>Last updated: 2019-Oct-09<br/> <p>Last updated: 2019-Oct-21<br/>
Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use: Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use:
<a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/> <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
Copyright &copy; 1997-2016 International Business Machines Corporation and others. Copyright &copy; 1997-2016 International Business Machines Corporation and others.

View File

@ -66,13 +66,13 @@
* This value will change in the subsequent releases of ICU * This value will change in the subsequent releases of ICU
* @stable ICU 2.6 * @stable ICU 2.6
*/ */
#define U_ICU_VERSION_MINOR_NUM 1 #define U_ICU_VERSION_MINOR_NUM 0
/** The current ICU patchlevel version as an integer. /** The current ICU patchlevel version as an integer.
* This value will change in the subsequent releases of ICU * This value will change in the subsequent releases of ICU
* @stable ICU 2.4 * @stable ICU 2.4
*/ */
#define U_ICU_VERSION_PATCHLEVEL_NUM 0 #define U_ICU_VERSION_PATCHLEVEL_NUM 1
/** The current ICU build level version as an integer. /** The current ICU build level version as an integer.
* This value is for use by ICU clients. It defaults to 0. * This value is for use by ICU clients. It defaults to 0.
@ -139,7 +139,7 @@
* This value will change in the subsequent releases of ICU * This value will change in the subsequent releases of ICU
* @stable ICU 2.4 * @stable ICU 2.4
*/ */
#define U_ICU_VERSION "66.1" #define U_ICU_VERSION "66.0.1"
/** /**
* The current ICU library major version number as a string, for library name suffixes. * The current ICU library major version number as a string, for library name suffixes.
@ -158,7 +158,7 @@
/** Data version in ICU4C. /** Data version in ICU4C.
* @internal ICU 4.4 Internal Use Only * @internal ICU 4.4 Internal Use Only
**/ **/
#define U_ICU_DATA_VERSION "66.1" #define U_ICU_DATA_VERSION "66.0.1"
#endif /* U_HIDE_INTERNAL_API */ #endif /* U_HIDE_INTERNAL_API */
/*=========================================================================== /*===========================================================================

View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ICU 66.1. # Generated by GNU Autoconf 2.69 for ICU 66.0.1.
# #
# Report bugs to <http://icu-project.org/bugs>. # Report bugs to <http://icu-project.org/bugs>.
# #
@ -582,8 +582,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='ICU' PACKAGE_NAME='ICU'
PACKAGE_TARNAME='International Components for Unicode' PACKAGE_TARNAME='International Components for Unicode'
PACKAGE_VERSION='66.1' PACKAGE_VERSION='66.0.1'
PACKAGE_STRING='ICU 66.1' PACKAGE_STRING='ICU 66.0.1'
PACKAGE_BUGREPORT='http://icu-project.org/bugs' PACKAGE_BUGREPORT='http://icu-project.org/bugs'
PACKAGE_URL='http://icu-project.org' PACKAGE_URL='http://icu-project.org'
@ -1362,7 +1362,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures ICU 66.1 to adapt to many kinds of systems. \`configure' configures ICU 66.0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1428,7 +1428,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of ICU 66.1:";; short | recursive ) echo "Configuration of ICU 66.0.1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1566,7 +1566,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
ICU configure 66.1 ICU configure 66.0.1
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -2312,7 +2312,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by ICU $as_me 66.1, which was It was created by ICU $as_me 66.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -8532,7 +8532,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by ICU $as_me 66.1, which was This file was extended by ICU $as_me 66.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -8586,7 +8586,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
ICU config.status 66.1 ICU config.status 66.0.1
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -8,6 +8,6 @@
// *************************************************************************** // ***************************************************************************
icuver:table(nofallback){ icuver:table(nofallback){
DataVersion { "66.1.0.0" } DataVersion { "66.0.1.0" }
ICUVersion { "66.1.0.0" } ICUVersion { "66.0.1.0" }
} }

View File

@ -8,5 +8,5 @@ api.report.version = 66
api.report.prev.version = 65 api.report.prev.version = 65
release.file.ver = 66rc release.file.ver = 66rc
api.doc.version = 66 Release Candidate api.doc.version = 66 Release Candidate
maven.pom.ver = 66.1-SNAPSHOT maven.pom.ver = 66.0.1-SNAPSHOT

View File

@ -4,6 +4,6 @@
#* Copyright (C) 2010-2016, International Business Machines Corporation and * #* Copyright (C) 2010-2016, International Business Machines Corporation and *
#* others. All Rights Reserved. * #* others. All Rights Reserved. *
#******************************************************************************* #*******************************************************************************
icu4j.plugin.impl.version.string=66.1.0 icu4j.plugin.impl.version.string=66.0.1
copyright.eclipse=(C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License 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=66 icu4j.data.version.number=66

View File

@ -588,7 +588,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
UNICODE_12_0 = getInstance(12, 0, 0, 0); UNICODE_12_0 = getInstance(12, 0, 0, 0);
UNICODE_12_1 = getInstance(12, 1, 0, 0); UNICODE_12_1 = getInstance(12, 1, 0, 0);
ICU_VERSION = getInstance(66, 1, 0, 0); ICU_VERSION = getInstance(66, 0, 1, 0);
ICU_DATA_VERSION = ICU_VERSION; ICU_DATA_VERSION = ICU_VERSION;
UNICODE_VERSION = UNICODE_12_1; UNICODE_VERSION = UNICODE_12_1;

View File

@ -7,7 +7,7 @@
# Version numbers, etc. # Version numbers, etc.
icu4j.spec.version = 66 icu4j.spec.version = 66
icu4j.impl.version = 66.1 icu4j.impl.version = 66.0.1
icu4j.data.version = 66 icu4j.data.version = 66
default.exec.env = JavaSE-1.7 default.exec.env = JavaSE-1.7

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f561d34f6dfd8451abd0b8085b71a241517c885dcc61d9348015be945e324337 oid sha256:b9d3eeaa94ae799ded36bf59a3cf16dccdd80c568dcf69195569cf82bafca986
size 12967292 size 12967117

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:29d4351d79b7fd577b3db4c358ca5059cf35352916c1c9186a59b30eb68b95ec oid sha256:2a617bd4a58c41fa676d7d0de1ca028678fe407db7cc8c0fb16cda9431526352
size 94279 size 94279

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:eceff97d6784170a592cfcbc71720760eb5290e9eb8a1f1cc07504e111bab2f8 oid sha256:f1e0b17e2fe29b32929b1b32e958dfabe131196c6ab289296bdaf29d8a1ba6eb
size 726380 size 726389

View File

@ -10,7 +10,7 @@
package com.ibm.icu.dev.test.util; package com.ibm.icu.dev.test.util;
public class DebugUtilitiesData extends Object { public class DebugUtilitiesData extends Object {
public static final String ICU4C_VERSION="66.1"; public static final String ICU4C_VERSION="66.0.1";
public static final int UDebugEnumType = 0; public static final int UDebugEnumType = 0;
public static final int UCalendarDateFields = 1; public static final int UCalendarDateFields = 1;
public static final int UCalendarMonths = 2; public static final int UCalendarMonths = 2;

View File

@ -14,8 +14,8 @@ h3.doc { text-decoration: underline }
<body style="background-color: rgb(255, 255, 255);" lang="EN-US" <body style="background-color: rgb(255, 255, 255);" lang="EN-US"
link="#0000ff" vlink="#800080"> link="#0000ff" vlink="#800080">
<h1>International Components for Unicode for Java (ICU4J)</h1> <h1>International Components for Unicode for Java (ICU4J)</h1>
<h2>Read Me for ICU4J 66.1</h2> <h2>Read Me for ICU4J 66.0.1</h2>
(Last Update: 2019-Oct-09) (Last Update: 2019-Oct-21)
<hr size="2" width="100%"> <hr size="2" width="100%">
<p> <p>
@ -182,19 +182,19 @@ builds, and they are packaged in jar files for convenient download.
&lt;dependency&gt; &lt;dependency&gt;
&lt;groupId&gt;com.ibm.icu&lt;/groupId&gt; &lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
&lt;artifactId&gt;icu4j&lt;/artifactId&gt; &lt;artifactId&gt;icu4j&lt;/artifactId&gt;
&lt;version&gt;66.1&lt;/version&gt; &lt;version&gt;66.0.1&lt;/version&gt;
&lt;/dependency&gt; &lt;/dependency&gt;
&lt;dependency&gt; &lt;dependency&gt;
&lt;groupId&gt;com.ibm.icu&lt;/groupId&gt; &lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
&lt;artifactId&gt;icu4j-charset&lt;/artifactId&gt; &lt;artifactId&gt;icu4j-charset&lt;/artifactId&gt;
&lt;version&gt;66.1&lt;/version&gt; &lt;version&gt;66.0.1&lt;/version&gt;
&lt;/dependency&gt; &lt;/dependency&gt;
&lt;dependency&gt; &lt;dependency&gt;
&lt;groupId&gt;com.ibm.icu&lt;/groupId&gt; &lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
&lt;artifactId&gt;icu4j-localespi&lt;/artifactId&gt; &lt;artifactId&gt;icu4j-localespi&lt;/artifactId&gt;
&lt;version&gt;66.1&lt;/version&gt; &lt;version&gt;66.0.1&lt;/version&gt;
&lt;/dependency&gt; &lt;/dependency&gt;
</pre> </pre>
</ul> </ul>
@ -875,7 +875,7 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in icu4c/sourc
<I> Note: This procedure assumes that all 3 sources are present</I> <I> Note: This procedure assumes that all 3 sources are present</I>
<ol> <ol>
<li>Checkout or download CLDR version 'release-36'</li> <li>Checkout or download CLDR version 'release-36'</li>
<li>Checkout ICU with tag 'release-66-1'</li> <li>Checkout ICU with tag 'release-66-0-1'</li>
<li>cd to icu4c/source/data directory</li> <li>cd to icu4c/source/data directory</li>
<li>Follow the instructions in icu4c/source/data/cldr-icu-readme.txt</li> <li>Follow the instructions in icu4c/source/data/cldr-icu-readme.txt</li>
<li>Rebuild ICU4C with the newly generated data.</li> <li>Rebuild ICU4C with the newly generated data.</li>