diff --git a/icu4c/readme.html b/icu4c/readme.html
index a5304a78805..f982556179b 100644
--- a/icu4c/readme.html
+++ b/icu4c/readme.html
@@ -3,7 +3,7 @@
- ReadMe for ICU 66.0.1
+ ReadMe for ICU 66.1
-
+
Note: This is a draft readme.
@@ -33,7 +33,7 @@
Release Candidate
(Preview Release)
- ICU 66.0.1 ReadMe
+ ICU 66.1 ReadMe
@@ -47,7 +47,7 @@
This is a release candidate version of ICU4C.
It is not recommended for production use.
- Last updated: 2019-Nov-27
+
Last updated: 2020-Feb-12
Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use:
http://www.unicode.org/copyright.html
Copyright © 1997-2016 International Business Machines Corporation and others.
diff --git a/icu4c/source/common/unicode/uvernum.h b/icu4c/source/common/unicode/uvernum.h
index ad17a6d60f3..f5d6497842c 100644
--- a/icu4c/source/common/unicode/uvernum.h
+++ b/icu4c/source/common/unicode/uvernum.h
@@ -66,13 +66,13 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.6
*/
-#define U_ICU_VERSION_MINOR_NUM 0
+#define U_ICU_VERSION_MINOR_NUM 1
/** The current ICU patchlevel version as an integer.
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
-#define U_ICU_VERSION_PATCHLEVEL_NUM 1
+#define U_ICU_VERSION_PATCHLEVEL_NUM 0
/** The current ICU build level version as an integer.
* 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
* @stable ICU 2.4
*/
-#define U_ICU_VERSION "66.0.1"
+#define U_ICU_VERSION "66.1"
/**
* The current ICU library major version number as a string, for library name suffixes.
@@ -158,7 +158,7 @@
/** Data version in ICU4C.
* @internal ICU 4.4 Internal Use Only
**/
-#define U_ICU_DATA_VERSION "66.0.1"
+#define U_ICU_DATA_VERSION "66.1"
#endif /* U_HIDE_INTERNAL_API */
/*===========================================================================
diff --git a/icu4c/source/configure b/icu4c/source/configure
index 5611241c245..d92d6eee647 100755
--- a/icu4c/source/configure
+++ b/icu4c/source/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ICU 66.0.1.
+# Generated by GNU Autoconf 2.69 for ICU 66.1.
#
# Report bugs to .
#
@@ -582,8 +582,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ICU'
PACKAGE_TARNAME='International Components for Unicode'
-PACKAGE_VERSION='66.0.1'
-PACKAGE_STRING='ICU 66.0.1'
+PACKAGE_VERSION='66.1'
+PACKAGE_STRING='ICU 66.1'
PACKAGE_BUGREPORT='http://icu-project.org/bugs'
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.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures ICU 66.0.1 to adapt to many kinds of systems.
+\`configure' configures ICU 66.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1428,7 +1428,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ICU 66.0.1:";;
+ short | recursive ) echo "Configuration of ICU 66.1:";;
esac
cat <<\_ACEOF
@@ -1566,7 +1566,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ICU configure 66.0.1
+ICU configure 66.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2312,7 +2312,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by ICU $as_me 66.0.1, which was
+It was created by ICU $as_me 66.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -8532,7 +8532,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by ICU $as_me 66.0.1, which was
+This file was extended by ICU $as_me 66.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -8586,7 +8586,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-ICU config.status 66.0.1
+ICU config.status 66.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/icu4c/source/data/misc/icuver.txt b/icu4c/source/data/misc/icuver.txt
index 915f1e8a36c..3d5c318a39b 100644
--- a/icu4c/source/data/misc/icuver.txt
+++ b/icu4c/source/data/misc/icuver.txt
@@ -8,6 +8,6 @@
// ***************************************************************************
icuver:table(nofallback){
- DataVersion { "66.0.1.0" }
- ICUVersion { "66.0.1.0" }
+ DataVersion { "66.1.0.0" }
+ ICUVersion { "66.1.0.0" }
}
diff --git a/icu4j/build.properties b/icu4j/build.properties
index 8ae741643f4..ac9dd49263d 100644
--- a/icu4j/build.properties
+++ b/icu4j/build.properties
@@ -8,5 +8,5 @@ api.report.version = 66
api.report.prev.version = 65
release.file.ver = 66rc
api.doc.version = 66 Release Candidate
-maven.pom.ver = 66.0.1-SNAPSHOT
+maven.pom.ver = 66.1-SNAPSHOT
diff --git a/icu4j/eclipse-build/build.properties b/icu4j/eclipse-build/build.properties
index c2c3f7ccb93..46dfb8cba1c 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=66.0.1
+icu4j.plugin.impl.version.string=66.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=66
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 f42c52db11e..8795f2f6517 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
@@ -595,7 +595,7 @@ public final class VersionInfo implements Comparable
UNICODE_12_1 = getInstance(12, 1, 0, 0);
UNICODE_13_0 = getInstance(13, 0, 0, 0);
- ICU_VERSION = getInstance(66, 0, 1, 0);
+ ICU_VERSION = getInstance(66, 1, 0, 0);
ICU_DATA_VERSION = ICU_VERSION;
UNICODE_VERSION = UNICODE_13_0;
diff --git a/icu4j/main/shared/build/common.properties b/icu4j/main/shared/build/common.properties
index ad117968664..17ea1fd3c35 100644
--- a/icu4j/main/shared/build/common.properties
+++ b/icu4j/main/shared/build/common.properties
@@ -7,7 +7,7 @@
# Version numbers, etc.
icu4j.spec.version = 66
-icu4j.impl.version = 66.0.1
+icu4j.impl.version = 66.1
icu4j.data.version = 66
default.exec.env = JavaSE-1.7
diff --git a/icu4j/main/shared/data/icudata.jar b/icu4j/main/shared/data/icudata.jar
index 298a0040dae..41b265b4e59 100644
--- a/icu4j/main/shared/data/icudata.jar
+++ b/icu4j/main/shared/data/icudata.jar
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:f9b73d720421a85704fc64aa0949c94d52e450a44af96c715881e9e6ab0fa3e6
-size 12998988
+oid sha256:539ff81eac7713c15e67f28b7fdc00e4a5a3b9aa91c2d8296119f4b33a163e13
+size 12999166
diff --git a/icu4j/main/shared/data/icutzdata.jar b/icu4j/main/shared/data/icutzdata.jar
index 3cc0eb30b3b..860f955bce4 100644
--- a/icu4j/main/shared/data/icutzdata.jar
+++ b/icu4j/main/shared/data/icutzdata.jar
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5891f9acf588285d8d39c00b82c923cd7e887541e2ac6b8341865ec548f6d0cd
+oid sha256:283b4f4fc83d4bd152acec81eb857fe208b7630c9d341a7be1a8024b4398fe12
size 94279
diff --git a/icu4j/main/shared/data/testdata.jar b/icu4j/main/shared/data/testdata.jar
index 44a50066072..63f6aaaf992 100644
--- a/icu4j/main/shared/data/testdata.jar
+++ b/icu4j/main/shared/data/testdata.jar
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:057e776b2340a9d0bb1742fcbd153bfe33970cf6b7f8d88761dd1e262390bda4
-size 723418
+oid sha256:6f4e2d5516ef6d4890ee5fa9fb552f204360c6371be87ba8fb36b0d04c4f4d20
+size 726380
diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java
index 1a2cc252890..9ceed8ec642 100644
--- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java
+++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java
@@ -10,7 +10,7 @@
package com.ibm.icu.dev.test.util;
public class DebugUtilitiesData extends Object {
- public static final String ICU4C_VERSION="66.0.1";
+ public static final String ICU4C_VERSION="66.1";
public static final int UDebugEnumType = 0;
public static final int UCalendarDateFields = 1;
public static final int UCalendarMonths = 2;
diff --git a/icu4j/readme.html b/icu4j/readme.html
index a1dee3fa84c..b2754fb2c7b 100644
--- a/icu4j/readme.html
+++ b/icu4j/readme.html
@@ -14,24 +14,24 @@ h3.doc { text-decoration: underline }
International Components for Unicode for Java (ICU4J)
-Read Me for ICU4J 66.0.1
-(Last Update: 2019-Nov-27)
+Read Me for ICU4J 66.1
+(Last Update: 2020-Feb-12)
-Note: This is a preview release of ICU4J 66.
+
-
+recommended for production use.
For the most recent release, see the ICU4J
@@ -186,19 +186,19 @@ builds, and they are packaged in jar files for convenient download.
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
- <version>66.0.1</version>
+ <version>66.1</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-charset</artifactId>
- <version>66.0.1</version>
+ <version>66.1</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j-localespi</artifactId>
- <version>66.0.1</version>
+ <version>66.1</version>
</dependency>
@@ -879,7 +879,7 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in icu4c/sourc
Note: This procedure assumes that all 3 sources are present
- Checkout or download CLDR version 'release-36'
- - Checkout ICU with tag 'release-66-0-1'
+ - Checkout ICU with tag 'release-66-1'
- cd to icu4c/source/data directory
- Follow the instructions in icu4c/source/data/cldr-icu-readme.txt
- Rebuild ICU4C with the newly generated data.