From 73b50e6463cb68d2c0adfff3b081a995dfc1db42 Mon Sep 17 00:00:00 2001 From: Daniel Ju Date: Thu, 26 Mar 2020 13:59:30 -0700 Subject: [PATCH] ICU-20979 BRS67RC Update version numbers, regenerate configure, update ICU4C README --- icu4c/readme.html | 8 ++++---- icu4c/source/common/common.vcxproj | 4 ++-- icu4c/source/common/common_uwp.vcxproj | 4 ++-- icu4c/source/common/unicode/uvernum.h | 10 +++++----- icu4c/source/configure | 18 +++++++++--------- icu4c/source/data/makedata.mak | 4 ++-- icu4c/source/data/misc/icuver.txt | 4 ++-- icu4c/source/i18n/i18n.vcxproj | 4 ++-- icu4c/source/i18n/i18n_uwp.vcxproj | 16 ++++++++-------- icu4c/source/io/io.vcxproj | 4 ++-- icu4c/source/layoutex/layoutex.vcxproj | 8 ++++---- icu4c/source/stubdata/stubdata.vcxproj | 2 +- icu4c/source/tools/ctestfw/ctestfw.vcxproj | 4 ++-- icu4c/source/tools/toolutil/toolutil.vcxproj | 16 ++++++++-------- icu4j/build.properties | 10 +++++----- icu4j/eclipse-build/build.properties | 4 ++-- .../core/src/com/ibm/icu/util/VersionInfo.java | 4 ++-- icu4j/main/shared/build/common.properties | 6 +++--- icu4j/main/shared/data/icudata.jar | 4 ++-- icu4j/main/shared/data/icutzdata.jar | 2 +- icu4j/main/shared/data/testdata.jar | 4 ++-- .../icu/dev/test/util/DebugUtilitiesData.java | 2 +- 22 files changed, 71 insertions(+), 71 deletions(-) diff --git a/icu4c/readme.html b/icu4c/readme.html index a6acbd0304..6c870d19ac 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -3,7 +3,7 @@ - ReadMe for ICU 66.1 + ReadMe for ICU 67.1 (Preview Release) - ICU 66.1 ReadMe + ICU 67.1 ReadMe @@ -47,7 +47,7 @@

This is a release candidate version of ICU4C. It is not recommended for production use.

-

Last updated: 2020-Mar-02
+

Last updated: 2020-Mar-25
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. @@ -239,7 +239,7 @@

This release updates to Unicode 13 beta, CLDR 36.1, and includes some bug fixes. This is a low-impact release with no other significant feature additions or implementation changes.

-

See the ICU 66 download page +

See the ICU 67 download page for more information on this release, including any other changes, bug fixes, known issues, changes to supported platforms and build environments, and migration issues for existing applications migrating from previous ICU releases.

diff --git a/icu4c/source/common/common.vcxproj b/icu4c/source/common/common.vcxproj index 8761d2f3f4..3cee657684 100644 --- a/icu4c/source/common/common.vcxproj +++ b/icu4c/source/common/common.vcxproj @@ -74,7 +74,7 @@ MultiThreadedDebugDLL - ..\..\$(IcuBinOutputDir)\icuuc66d.dll + ..\..\$(IcuBinOutputDir)\icuuc67d.dll .\..\..\$(IcuLibOutputDir)\icuucd.pdb ..\..\$(IcuLibOutputDir)\icuucd.lib @@ -86,7 +86,7 @@ true - ..\..\$(IcuBinOutputDir)\icuuc66.dll + ..\..\$(IcuBinOutputDir)\icuuc67.dll .\..\..\$(IcuLibOutputDir)\icuuc.pdb ..\..\$(IcuLibOutputDir)\icuuc.lib diff --git a/icu4c/source/common/common_uwp.vcxproj b/icu4c/source/common/common_uwp.vcxproj index f9fe93671f..cd97800aa7 100644 --- a/icu4c/source/common/common_uwp.vcxproj +++ b/icu4c/source/common/common_uwp.vcxproj @@ -129,7 +129,7 @@ true vccorlib.lib;msvcrt.lib;vcruntime.lib;%(AdditionalDependencies) - ..\..\$(IcuBinOutputDir)\icuuc66.dll + ..\..\$(IcuBinOutputDir)\icuuc67.dll .\..\..\$(IcuLibOutputDir)\icuuc.pdb ..\..\$(IcuLibOutputDir)\icuuc.lib @@ -152,7 +152,7 @@ true vccorlibd.lib;msvcrtd.lib;vcruntimed.lib;%(AdditionalDependencies) - ..\..\$(IcuBinOutputDir)\icuuc66d.dll + ..\..\$(IcuBinOutputDir)\icuuc67d.dll .\..\..\$(IcuLibOutputDir)\icuucd.pdb ..\..\$(IcuLibOutputDir)\icuucd.lib diff --git a/icu4c/source/common/unicode/uvernum.h b/icu4c/source/common/unicode/uvernum.h index f5d6497842..c66776d10b 100644 --- a/icu4c/source/common/unicode/uvernum.h +++ b/icu4c/source/common/unicode/uvernum.h @@ -60,7 +60,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.4 */ -#define U_ICU_VERSION_MAJOR_NUM 66 +#define U_ICU_VERSION_MAJOR_NUM 67 /** The current ICU minor version as an integer. * This value will change in the subsequent releases of ICU @@ -86,7 +86,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.6 */ -#define U_ICU_VERSION_SUFFIX _66 +#define U_ICU_VERSION_SUFFIX _67 /** * \def U_DEF2_ICU_ENTRY_POINT_RENAME @@ -139,7 +139,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.4 */ -#define U_ICU_VERSION "66.1" +#define U_ICU_VERSION "67.1" /** * The current ICU library major version number as a string, for library name suffixes. @@ -152,13 +152,13 @@ * * @stable ICU 2.6 */ -#define U_ICU_VERSION_SHORT "66" +#define U_ICU_VERSION_SHORT "67" #ifndef U_HIDE_INTERNAL_API /** Data version in ICU4C. * @internal ICU 4.4 Internal Use Only **/ -#define U_ICU_DATA_VERSION "66.1" +#define U_ICU_DATA_VERSION "67.1" #endif /* U_HIDE_INTERNAL_API */ /*=========================================================================== diff --git a/icu4c/source/configure b/icu4c/source/configure index 3f82ce6625..fbfa582032 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.1. +# Generated by GNU Autoconf 2.69 for ICU 67.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.1' -PACKAGE_STRING='ICU 66.1' +PACKAGE_VERSION='67.1' +PACKAGE_STRING='ICU 67.1' PACKAGE_BUGREPORT='http://icu-project.org/bugs' PACKAGE_URL='http://icu-project.org' @@ -1364,7 +1364,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.1 to adapt to many kinds of systems. +\`configure' configures ICU 67.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1430,7 +1430,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ICU 66.1:";; + short | recursive ) echo "Configuration of ICU 67.1:";; esac cat <<\_ACEOF @@ -1568,7 +1568,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ICU configure 66.1 +ICU configure 67.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2314,7 +2314,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.1, which was +It was created by ICU $as_me 67.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -8544,7 +8544,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.1, which was +This file was extended by ICU $as_me 67.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8598,7 +8598,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.1 +ICU config.status 67.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/icu4c/source/data/makedata.mak b/icu4c/source/data/makedata.mak index 4655ff6154..eeeaf85728 100644 --- a/icu4c/source/data/makedata.mak +++ b/icu4c/source/data/makedata.mak @@ -12,11 +12,11 @@ ############################################################################## # Keep the following in sync with the version - see common/unicode/uvernum.h -U_ICUDATA_NAME=icudt66 +U_ICUDATA_NAME=icudt67 ############################################################################## !IF "$(UWP)" == "UWP" # Optionally change the name of the data file for the UWP version. -U_ICUDATA_NAME=icudt66 +U_ICUDATA_NAME=icudt67 !ENDIF U_ICUDATA_ENDIAN_SUFFIX=l UNICODE_VERSION=13.0 diff --git a/icu4c/source/data/misc/icuver.txt b/icu4c/source/data/misc/icuver.txt index 3d5c318a39..b113370ea9 100644 --- a/icu4c/source/data/misc/icuver.txt +++ b/icu4c/source/data/misc/icuver.txt @@ -8,6 +8,6 @@ // *************************************************************************** icuver:table(nofallback){ - DataVersion { "66.1.0.0" } - ICUVersion { "66.1.0.0" } + DataVersion { "67.1.0.0" } + ICUVersion { "67.1.0.0" } } diff --git a/icu4c/source/i18n/i18n.vcxproj b/icu4c/source/i18n/i18n.vcxproj index 531a9a0d82..e009e21412 100644 --- a/icu4c/source/i18n/i18n.vcxproj +++ b/icu4c/source/i18n/i18n.vcxproj @@ -76,7 +76,7 @@ icuucd.lib;%(AdditionalDependencies) - ..\..\$(IcuBinOutputDir)\icuin66d.dll + ..\..\$(IcuBinOutputDir)\icuin67d.dll .\..\..\$(IcuLibOutputDir)\icuind.pdb ..\..\$(IcuLibOutputDir)\icuind.lib @@ -89,7 +89,7 @@ icuuc.lib;%(AdditionalDependencies) - ..\..\$(IcuBinOutputDir)\icuin66.dll + ..\..\$(IcuBinOutputDir)\icuin67.dll .\..\..\$(IcuLibOutputDir)\icuin.pdb ..\..\$(IcuLibOutputDir)\icuin.lib diff --git a/icu4c/source/i18n/i18n_uwp.vcxproj b/icu4c/source/i18n/i18n_uwp.vcxproj index 0268132e2a..b4fd2459d9 100644 --- a/icu4c/source/i18n/i18n_uwp.vcxproj +++ b/icu4c/source/i18n/i18n_uwp.vcxproj @@ -190,7 +190,7 @@ .\x86\ReleaseUWP/ - ..\..\bin32uwp\icuin66.dll + ..\..\bin32uwp\icuin67.dll .\..\..\lib32uwp\icuin.pdb ..\..\lib32uwp\icuin.lib ..\..\lib32uwp\icuuc.lib;%(AdditionalDependencies) @@ -207,7 +207,7 @@ .\x86\DebugUWP/ - ..\..\bin32uwp\icuin66d.dll + ..\..\bin32uwp\icuin67d.dll .\..\..\lib32uwp\icuind.pdb ..\..\lib32uwp\icuind.lib ..\..\lib32uwp\icuucd.lib;%(AdditionalDependencies) @@ -224,7 +224,7 @@ .\x64\ReleaseUWP/ - ..\..\bin64uwp\icuin66.dll + ..\..\bin64uwp\icuin67.dll .\..\..\lib64uwp\icuin.pdb ..\..\lib64uwp\icuin.lib ..\..\lib64uwp\icuuc.lib;%(AdditionalDependencies) @@ -241,7 +241,7 @@ .\x64\DebugUWP/ - ..\..\bin64uwp\icuin66d.dll + ..\..\bin64uwp\icuin67d.dll .\..\..\lib64uwp\icuind.pdb ..\..\lib64uwp\icuind.lib ..\..\lib64uwp\icuucd.lib;%(AdditionalDependencies) @@ -258,7 +258,7 @@ .\ARM\ReleaseUWP/ - ..\..\binARMuwp\icuin66.dll + ..\..\binARMuwp\icuin67.dll .\..\..\libARMuwp\icuin.pdb ..\..\libARMuwp\icuin.lib ..\..\libARMuwp\icuuc.lib;%(AdditionalDependencies) @@ -275,7 +275,7 @@ .\ARM\DebugUWP/ - ..\..\binARMuwp\icuin66d.dll + ..\..\binARMuwp\icuin67d.dll .\..\..\libARMuwp\icuind.pdb ..\..\libARMuwp\icuind.lib ..\..\libARMuwp\icuucd.lib;%(AdditionalDependencies) @@ -292,7 +292,7 @@ .\ARM64\ReleaseUWP/ - ..\..\binARM64uwp\icuin66.dll + ..\..\binARM64uwp\icuin67.dll .\..\..\libARM64uwp\icuin.pdb ..\..\libARM64uwp\icuin.lib ..\..\libARM64uwp\icuuc.lib;%(AdditionalDependencies) @@ -309,7 +309,7 @@ .\ARM64\DebugUWP/ - ..\..\binARM64uwp\icuin66d.dll + ..\..\binARM64uwp\icuin67d.dll .\..\..\libARM64uwp\icuind.pdb ..\..\libARM64uwp\icuind.lib ..\..\libARM64uwp\icuucd.lib;%(AdditionalDependencies) diff --git a/icu4c/source/io/io.vcxproj b/icu4c/source/io/io.vcxproj index fa45bb4f8f..24edd67242 100644 --- a/icu4c/source/io/io.vcxproj +++ b/icu4c/source/io/io.vcxproj @@ -76,7 +76,7 @@ true - ..\..\$(IcuBinOutputDir)\icuio66d.dll + ..\..\$(IcuBinOutputDir)\icuio67d.dll ..\..\$(IcuLibOutputDir)\icuiod.pdb ..\..\$(IcuLibOutputDir)\icuiod.lib icuucd.lib;icuind.lib;%(AdditionalDependencies) @@ -89,7 +89,7 @@ true - ..\..\$(IcuBinOutputDir)\icuio66.dll + ..\..\$(IcuBinOutputDir)\icuio67.dll ..\..\$(IcuLibOutputDir)\icuio.pdb ..\..\$(IcuLibOutputDir)\icuio.lib icuuc.lib;icuin.lib;%(AdditionalDependencies) diff --git a/icu4c/source/layoutex/layoutex.vcxproj b/icu4c/source/layoutex/layoutex.vcxproj index eba32b0f22..e3ba85536a 100644 --- a/icu4c/source/layoutex/layoutex.vcxproj +++ b/icu4c/source/layoutex/layoutex.vcxproj @@ -70,7 +70,7 @@ Default - ..\..\bin\iculx66.dll + ..\..\bin\iculx67.dll icuuc.lib;%(AdditionalDependencies) .\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\iculx.pdb @@ -95,7 +95,7 @@ Default - ..\..\bin\iculx66d.dll + ..\..\bin\iculx67d.dll icuucd.lib;%(AdditionalDependencies) .\..\..\lib;%(AdditionalLibraryDirectories) true @@ -120,7 +120,7 @@ Default - ..\..\bin64\iculx66.dll + ..\..\bin64\iculx67.dll icuuc.lib;%(AdditionalDependencies) .\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\iculx.pdb @@ -143,7 +143,7 @@ Default - ..\..\bin64\iculx66d.dll + ..\..\bin64\iculx67d.dll icuucd.lib;%(AdditionalDependencies) .\..\..\lib64;%(AdditionalLibraryDirectories) true diff --git a/icu4c/source/stubdata/stubdata.vcxproj b/icu4c/source/stubdata/stubdata.vcxproj index 0c486230c0..5e253455b2 100644 --- a/icu4c/source/stubdata/stubdata.vcxproj +++ b/icu4c/source/stubdata/stubdata.vcxproj @@ -72,7 +72,7 @@ true true - ..\..\$(IcuBinOutputDir)\icudt66.dll + ..\..\$(IcuBinOutputDir)\icudt67.dll .\..\..\$(IcuLibOutputDir)\icudt.pdb ..\..\$(IcuLibOutputDir)\icudt.lib diff --git a/icu4c/source/tools/ctestfw/ctestfw.vcxproj b/icu4c/source/tools/ctestfw/ctestfw.vcxproj index 1a685edd9c..db71ae9236 100644 --- a/icu4c/source/tools/ctestfw/ctestfw.vcxproj +++ b/icu4c/source/tools/ctestfw/ctestfw.vcxproj @@ -69,7 +69,7 @@ MultiThreadedDebugDLL - ..\..\..\$(IcuBinOutputDir)\icutest66d.exe + ..\..\..\$(IcuBinOutputDir)\icutest67d.exe .\..\..\..\$(IcuLibOutputDir)\icutestd.pdb .\..\..\..\$(IcuLibOutputDir)\icutestd.lib icuucd.lib;icutud.lib;%(AdditionalDependencies) @@ -82,7 +82,7 @@ true - ..\..\..\$(IcuBinOutputDir)\icutest66.exe + ..\..\..\$(IcuBinOutputDir)\icutest67.exe .\..\..\..\$(IcuLibOutputDir)\icutest.pdb .\..\..\..\$(IcuLibOutputDir)\icutest.lib icuuc.lib;icutu.lib;%(AdditionalDependencies) diff --git a/icu4c/source/tools/toolutil/toolutil.vcxproj b/icu4c/source/tools/toolutil/toolutil.vcxproj index 9a4f2508da..a8a4411d16 100644 --- a/icu4c/source/tools/toolutil/toolutil.vcxproj +++ b/icu4c/source/tools/toolutil/toolutil.vcxproj @@ -90,7 +90,7 @@ .\..\..\..\lib\icutu.tlb - ..\..\..\bin\icutu66.dll + ..\..\..\bin\icutu67.dll .\..\..\..\lib\icutu.pdb @@ -102,7 +102,7 @@ .\..\..\..\lib\icutud.tlb - ..\..\..\bin\icutu66d.dll + ..\..\..\bin\icutu67d.dll .\..\..\..\lib\icutud.pdb @@ -129,7 +129,7 @@ true - ..\..\..\bin64\icutu66.dll + ..\..\..\bin64\icutu67.dll .\..\..\..\lib64\icutu.pdb ..\..\..\lib64\icutu.lib @@ -139,7 +139,7 @@ .\..\..\..\lib64\icutud.tlb - ..\..\..\bin64\icutu66d.dll + ..\..\..\bin64\icutu67d.dll .\..\..\..\lib64\icutud.pdb ..\..\..\lib64\icutud.lib @@ -160,7 +160,7 @@ ..\..\..\libARM\icutu.tlb - ..\..\..\binARM\icutu66.dll + ..\..\..\binARM\icutu67.dll .\..\..\..\libARM\icutu.pdb ..\..\..\libARM\icutu.lib @@ -173,7 +173,7 @@ ProgramDatabase - ..\..\..\binARM\icutu66d.dll + ..\..\..\binARM\icutu67d.dll .\..\..\..\libARM\icutud.pdb ..\..\..\libARM\icutud.lib @@ -194,7 +194,7 @@ .\..\..\..\libARM64\icutu.tlb - ..\..\..\binARM64\icutu66.dll + ..\..\..\binARM64\icutu67.dll .\..\..\..\libARM64\icutu.pdb ..\..\..\libARM64\icutu.lib @@ -207,7 +207,7 @@ ProgramDatabase - ..\..\..\binARM64\icutu66d.dll + ..\..\..\binARM64\icutu67d.dll .\..\..\..\libARM64\icutud.pdb ..\..\..\libARM64\icutud.lib diff --git a/icu4j/build.properties b/icu4j/build.properties index 02d9dd3d52..61b6d0bb59 100644 --- a/icu4j/build.properties +++ b/icu4j/build.properties @@ -4,9 +4,9 @@ #* Copyright (C) 2009-2016, International Business Machines Corporation and * #* others. All Rights Reserved. * #******************************************************************************* -api.report.version = 66 -api.report.prev.version = 65 -release.file.ver = 66_1 -api.doc.version = 66.1 -maven.pom.ver = 66.1 +api.report.version = 67 +api.report.prev.version = 66 +release.file.ver = 67rc +api.doc.version = 67 Release Candidate +maven.pom.ver = 67.1-SNAPSHOT diff --git a/icu4j/eclipse-build/build.properties b/icu4j/eclipse-build/build.properties index 46dfb8cba1..4cae1f0c9b 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.1.0 +icu4j.plugin.impl.version.string=67.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 +icu4j.data.version.number=67 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 8795f2f651..8a418aee6f 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 @@ -212,7 +212,7 @@ public final class VersionInfo implements Comparable * @deprecated This API is ICU internal only. */ @Deprecated - public static final String ICU_DATA_VERSION_PATH = "66b"; + public static final String ICU_DATA_VERSION_PATH = "67b"; /** * Data version in ICU4J. @@ -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, 1, 0, 0); + ICU_VERSION = getInstance(67, 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 17ea1fd3c3..851a8ad603 100644 --- a/icu4j/main/shared/build/common.properties +++ b/icu4j/main/shared/build/common.properties @@ -6,9 +6,9 @@ #******************************************************************************* # Version numbers, etc. -icu4j.spec.version = 66 -icu4j.impl.version = 66.1 -icu4j.data.version = 66 +icu4j.spec.version = 67 +icu4j.impl.version = 67.1 +icu4j.data.version = 67 default.exec.env = JavaSE-1.7 copyright = \u00A9 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License diff --git a/icu4j/main/shared/data/icudata.jar b/icu4j/main/shared/data/icudata.jar index fa364e07b9..ebc3539ad5 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:d9d191cce367af280b3f9abfba02153754ea1339df538e4b0954e383478ac48e -size 13149615 +oid sha256:7a746af037eb315a596f775ccb2b2bbc7f74c7aa070dc7686162e64910904b96 +size 13149631 diff --git a/icu4j/main/shared/data/icutzdata.jar b/icu4j/main/shared/data/icutzdata.jar index bbd4f9487a..96556b3367 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:729bcbca1bf967713d4bc07eaf85d21711a271e2bcb05519bc3073751c0b4e83 +oid sha256:b0c17f4cce7202d5efdcc0c7fbcc088d552049a4249e187f177550b2ef076278 size 94304 diff --git a/icu4j/main/shared/data/testdata.jar b/icu4j/main/shared/data/testdata.jar index 3ebb1b0540..126e12712c 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:28f771e6ff9f9e2a4637dd7d8447b6fcc927b15eb857ba866a142d5259bf833b -size 723480 +oid sha256:94af01f2a6e9f05c76a50247ffc64f8fd732c111cef83fd928920335eceb0dbc +size 726452 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 9ceed8ec64..0cf8604574 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.1"; + public static final String ICU4C_VERSION="67.1"; public static final int UDebugEnumType = 0; public static final int UCalendarDateFields = 1; public static final int UCalendarMonths = 2;