From 84da7ec0fa80f979558ded407b9e5d858ee3f30f Mon Sep 17 00:00:00 2001 From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Thu, 21 Feb 2019 15:00:06 -0800 Subject: [PATCH] ICU-20438 BRS64RC Update ICU4C version numbers --- icu4c/source/common/common.vcxproj | 8 ++++---- icu4c/source/common/common_uwp.vcxproj | 12 ++++++------ 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 | 8 ++++---- icu4c/source/i18n/i18n_uwp.vcxproj | 12 ++++++------ icu4c/source/io/io.vcxproj | 8 ++++---- icu4c/source/layoutex/layoutex.vcxproj | 8 ++++---- icu4c/source/stubdata/stubdata.vcxproj | 8 ++++---- icu4c/source/tools/ctestfw/ctestfw.vcxproj | 8 ++++---- icu4c/source/tools/toolutil/toolutil.vcxproj | 8 ++++---- 13 files changed, 58 insertions(+), 58 deletions(-) diff --git a/icu4c/source/common/common.vcxproj b/icu4c/source/common/common.vcxproj index 5cecf65a46..6b06b3dc2a 100644 --- a/icu4c/source/common/common.vcxproj +++ b/icu4c/source/common/common.vcxproj @@ -86,7 +86,7 @@ .\x86\Release/ - ..\..\bin\icuuc63.dll + ..\..\bin\icuuc64.dll .\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\icuuc.pdb @@ -106,7 +106,7 @@ EditAndContinue - ..\..\bin\icuuc63d.dll + ..\..\bin\icuuc64d.dll .\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\icuucd.pdb @@ -125,7 +125,7 @@ .\x64\Release/ - ..\..\bin64\icuuc63.dll + ..\..\bin64\icuuc64.dll .\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\icuuc.pdb ..\..\lib64\icuuc.lib @@ -143,7 +143,7 @@ ProgramDatabase - ..\..\bin64\icuuc63d.dll + ..\..\bin64\icuuc64d.dll .\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\icuucd.pdb ..\..\lib64\icuucd.lib diff --git a/icu4c/source/common/common_uwp.vcxproj b/icu4c/source/common/common_uwp.vcxproj index c36ae70b38..94169ceba4 100644 --- a/icu4c/source/common/common_uwp.vcxproj +++ b/icu4c/source/common/common_uwp.vcxproj @@ -188,7 +188,7 @@ .\x86\ReleaseUWP/ - ..\..\bin32uwp\icuuc63.dll + ..\..\bin32uwp\icuuc64.dll .\..\..\lib32uwp\icuuc.pdb ..\..\lib32uwp\icuuc.lib @@ -204,7 +204,7 @@ .\x86\DebugUWP/ - ..\..\bin32uwp\icuuc63d.dll + ..\..\bin32uwp\icuuc64d.dll .\..\..\lib32uwp\icuucd.pdb ..\..\lib32uwp\icuucd.lib @@ -220,7 +220,7 @@ .\x64\ReleaseUWP/ - ..\..\bin64uwp\icuuc63.dll + ..\..\bin64uwp\icuuc64.dll .\..\..\lib64uwp\icuuc.pdb ..\..\lib64uwp\icuuc.lib @@ -236,7 +236,7 @@ .\x64\DebugUWP/ - ..\..\bin64uwp\icuuc63d.dll + ..\..\bin64uwp\icuuc64d.dll .\..\..\lib64uwp\icuucd.pdb ..\..\lib64uwp\icuucd.lib @@ -252,7 +252,7 @@ .\ARM\ReleaseUWP/ - ..\..\binARMuwp\icuuc63.dll + ..\..\binARMuwp\icuuc64.dll .\..\..\libARMuwp\icuuc.pdb ..\..\libARMuwp\icuuc.lib @@ -268,7 +268,7 @@ .\ARM\DebugUWP/ - ..\..\binARMuwp\icuuc63d.dll + ..\..\binARMuwp\icuuc64d.dll .\..\..\libARMuwp\icuucd.pdb ..\..\libARMuwp\icuucd.lib diff --git a/icu4c/source/common/unicode/uvernum.h b/icu4c/source/common/unicode/uvernum.h index f43a05cde7..327fd25e84 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 63 +#define U_ICU_VERSION_MAJOR_NUM 64 /** 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 _63 +#define U_ICU_VERSION_SUFFIX _64 /** * \def U_DEF2_ICU_ENTRY_POINT_RENAME @@ -134,7 +134,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.4 */ -#define U_ICU_VERSION "63.1" +#define U_ICU_VERSION "64.1" /** * The current ICU library major version number as a string, for library name suffixes. @@ -147,13 +147,13 @@ * * @stable ICU 2.6 */ -#define U_ICU_VERSION_SHORT "63" +#define U_ICU_VERSION_SHORT "64" #ifndef U_HIDE_INTERNAL_API /** Data version in ICU4C. * @internal ICU 4.4 Internal Use Only **/ -#define U_ICU_DATA_VERSION "63.1" +#define U_ICU_DATA_VERSION "64.1" #endif /* U_HIDE_INTERNAL_API */ /*=========================================================================== diff --git a/icu4c/source/configure b/icu4c/source/configure index 274f361434..2ae7d6ff21 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 63.1. +# Generated by GNU Autoconf 2.69 for ICU 64.1. # # Report bugs to . # @@ -582,8 +582,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ICU' PACKAGE_TARNAME='International Components for Unicode' -PACKAGE_VERSION='63.1' -PACKAGE_STRING='ICU 63.1' +PACKAGE_VERSION='64.1' +PACKAGE_STRING='ICU 64.1' PACKAGE_BUGREPORT='http://icu-project.org/bugs' PACKAGE_URL='http://icu-project.org' @@ -1370,7 +1370,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 63.1 to adapt to many kinds of systems. +\`configure' configures ICU 64.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1437,7 +1437,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ICU 63.1:";; + short | recursive ) echo "Configuration of ICU 64.1:";; esac cat <<\_ACEOF @@ -1574,7 +1574,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ICU configure 63.1 +ICU configure 64.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2266,7 +2266,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 63.1, which was +It was created by ICU $as_me 64.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -8436,7 +8436,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 63.1, which was +This file was extended by ICU $as_me 64.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8490,7 +8490,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 63.1 +ICU config.status 64.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 c78ac6b6ab..f9e8509443 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=icudt63 +U_ICUDATA_NAME=icudt64 ############################################################################## !IF "$(UWP)" == "UWP" # Optionally change the name of the data file for the UWP version. -U_ICUDATA_NAME=icudt63 +U_ICUDATA_NAME=icudt64 !ENDIF U_ICUDATA_ENDIAN_SUFFIX=l UNICODE_VERSION=12.0 diff --git a/icu4c/source/data/misc/icuver.txt b/icu4c/source/data/misc/icuver.txt index 01a2936ed4..dc4bf4ce2b 100644 --- a/icu4c/source/data/misc/icuver.txt +++ b/icu4c/source/data/misc/icuver.txt @@ -8,6 +8,6 @@ // *************************************************************************** icuver:table(nofallback){ - DataVersion { "63.1.0.0" } - ICUVersion { "63.1.0.0" } + DataVersion { "64.1.0.0" } + ICUVersion { "64.1.0.0" } } diff --git a/icu4c/source/i18n/i18n.vcxproj b/icu4c/source/i18n/i18n.vcxproj index 8a53977eaf..d2264c1afa 100644 --- a/icu4c/source/i18n/i18n.vcxproj +++ b/icu4c/source/i18n/i18n.vcxproj @@ -95,7 +95,7 @@ .\x86\Release/ - ..\..\bin\icuin63.dll + ..\..\bin\icuin64.dll .\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\icuin.pdb false @@ -117,7 +117,7 @@ EditAndContinue - ..\..\bin\icuin63d.dll + ..\..\bin\icuin64d.dll .\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\icuind.pdb false @@ -137,7 +137,7 @@ .\x64\Release/ - ..\..\bin64\icuin63.dll + ..\..\bin64\icuin64.dll .\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\icuin.pdb ..\..\lib64\icuin.lib @@ -155,7 +155,7 @@ ProgramDatabase - ..\..\bin64\icuin63d.dll + ..\..\bin64\icuin64d.dll .\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\icuind.pdb ..\..\lib64\icuind.lib diff --git a/icu4c/source/i18n/i18n_uwp.vcxproj b/icu4c/source/i18n/i18n_uwp.vcxproj index 20c43aa553..4a62c19480 100644 --- a/icu4c/source/i18n/i18n_uwp.vcxproj +++ b/icu4c/source/i18n/i18n_uwp.vcxproj @@ -177,7 +177,7 @@ .\x86\ReleaseUWP/ - ..\..\bin32uwp\icuin63.dll + ..\..\bin32uwp\icuin64.dll .\..\..\lib32uwp\icuin.pdb ..\..\lib32uwp\icuin.lib ..\..\lib32uwp\icuuc.lib;%(AdditionalDependencies) @@ -194,7 +194,7 @@ .\x86\DebugUWP/ - ..\..\bin32uwp\icuin63d.dll + ..\..\bin32uwp\icuin64d.dll .\..\..\lib32uwp\icuind.pdb ..\..\lib32uwp\icuind.lib ..\..\lib32uwp\icuucd.lib;%(AdditionalDependencies) @@ -211,7 +211,7 @@ .\x64\ReleaseUWP/ - ..\..\bin64uwp\icuin63.dll + ..\..\bin64uwp\icuin64.dll .\..\..\lib64uwp\icuin.pdb ..\..\lib64uwp\icuin.lib ..\..\lib64uwp\icuuc.lib;%(AdditionalDependencies) @@ -228,7 +228,7 @@ .\x64\DebugUWP/ - ..\..\bin64uwp\icuin63d.dll + ..\..\bin64uwp\icuin64d.dll .\..\..\lib64uwp\icuind.pdb ..\..\lib64uwp\icuind.lib ..\..\lib64uwp\icuucd.lib;%(AdditionalDependencies) @@ -245,7 +245,7 @@ .\ARM\ReleaseUWP/ - ..\..\binARMuwp\icuin63.dll + ..\..\binARMuwp\icuin64.dll .\..\..\libARMuwp\icuin.pdb ..\..\libARMuwp\icuin.lib ..\..\libARMuwp\icuuc.lib;%(AdditionalDependencies) @@ -262,7 +262,7 @@ .\ARM\DebugUWP/ - ..\..\binARMuwp\icuin63d.dll + ..\..\binARMuwp\icuin64d.dll .\..\..\libARMuwp\icuind.pdb ..\..\libARMuwp\icuind.lib ..\..\libARMuwp\icuucd.lib;%(AdditionalDependencies) diff --git a/icu4c/source/io/io.vcxproj b/icu4c/source/io/io.vcxproj index 20132a1c49..4ce537cb40 100644 --- a/icu4c/source/io/io.vcxproj +++ b/icu4c/source/io/io.vcxproj @@ -77,7 +77,7 @@ Default - ..\..\bin\icuio63.dll + ..\..\bin\icuio64.dll icuuc.lib;icuin.lib;%(AdditionalDependencies) ..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\icuio.pdb @@ -102,7 +102,7 @@ Default - ..\..\bin\icuio63d.dll + ..\..\bin\icuio64d.dll icuucd.lib;icuind.lib;%(AdditionalDependencies) ..\..\lib;%(AdditionalLibraryDirectories) true @@ -127,7 +127,7 @@ Default - ..\..\bin64\icuio63.dll + ..\..\bin64\icuio64.dll icuuc.lib;icuin.lib;%(AdditionalDependencies) ..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\icuio.pdb @@ -149,7 +149,7 @@ Default - ..\..\bin64\icuio63d.dll + ..\..\bin64\icuio64d.dll icuucd.lib;icuind.lib;%(AdditionalDependencies) ..\..\lib64;%(AdditionalLibraryDirectories) true diff --git a/icu4c/source/layoutex/layoutex.vcxproj b/icu4c/source/layoutex/layoutex.vcxproj index 535a028903..c7ae3b649f 100644 --- a/icu4c/source/layoutex/layoutex.vcxproj +++ b/icu4c/source/layoutex/layoutex.vcxproj @@ -73,7 +73,7 @@ Default - ..\..\bin\iculx63.dll + ..\..\bin\iculx64.dll icuuc.lib;%(AdditionalDependencies) .\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\lib\iculx.pdb @@ -99,7 +99,7 @@ Default - ..\..\bin\iculx63d.dll + ..\..\bin\iculx64d.dll icuucd.lib;%(AdditionalDependencies) .\..\..\lib;%(AdditionalLibraryDirectories) true @@ -125,7 +125,7 @@ Default - ..\..\bin64\iculx63.dll + ..\..\bin64\iculx64.dll icuuc.lib;%(AdditionalDependencies) .\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\lib64\iculx.pdb @@ -148,7 +148,7 @@ Default - ..\..\bin64\iculx63d.dll + ..\..\bin64\iculx64d.dll icuucd.lib;%(AdditionalDependencies) .\..\..\lib64;%(AdditionalLibraryDirectories) true diff --git a/icu4c/source/stubdata/stubdata.vcxproj b/icu4c/source/stubdata/stubdata.vcxproj index 038749750e..43a1f0f3a0 100644 --- a/icu4c/source/stubdata/stubdata.vcxproj +++ b/icu4c/source/stubdata/stubdata.vcxproj @@ -98,7 +98,7 @@ .\x86\Release/ - ..\..\bin\icudt63.dll + ..\..\bin\icudt64.dll true .\x86\Release\icudt.pdb @@ -117,7 +117,7 @@ .\x86\Debug/ - ..\..\bin\icudt63.dll + ..\..\bin\icudt64.dll .\x86\Debug/icudt.pdb @@ -137,7 +137,7 @@ .\x64\Release/ - ..\..\bin64\icudt63.dll + ..\..\bin64\icudt64.dll true .\x64\Release\icudt.pdb ..\..\lib64\icudt.lib @@ -154,7 +154,7 @@ .\x64\Debug/ - ..\..\bin64\icudt63.dll + ..\..\bin64\icudt64.dll .\x64\Debug/icudt.pdb ..\..\lib64\icudt.lib diff --git a/icu4c/source/tools/ctestfw/ctestfw.vcxproj b/icu4c/source/tools/ctestfw/ctestfw.vcxproj index e9f8ce302b..9e2e7f34b0 100644 --- a/icu4c/source/tools/ctestfw/ctestfw.vcxproj +++ b/icu4c/source/tools/ctestfw/ctestfw.vcxproj @@ -74,7 +74,7 @@ Default - ..\..\..\bin\icutest63.dll + ..\..\..\bin\icutest64.dll icuuc.lib;icutu.lib;%(AdditionalDependencies) ..\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\..\lib\icutest.pdb @@ -100,7 +100,7 @@ Default - ..\..\..\bin\icutest63d.dll + ..\..\..\bin\icutest64d.dll icuucd.lib;icutud.lib;%(AdditionalDependencies) ..\..\..\lib;%(AdditionalLibraryDirectories) true @@ -126,7 +126,7 @@ Default - ..\..\..\bin64\icutest63.dll + ..\..\..\bin64\icutest64.dll icuuc.lib;icutu.lib;%(AdditionalDependencies) ..\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\..\lib64\icutest.pdb @@ -149,7 +149,7 @@ Default - ..\..\..\bin64\icutest63d.dll + ..\..\..\bin64\icutest64d.dll icuucd.lib;icutud.lib;%(AdditionalDependencies) ..\..\..\lib64;%(AdditionalLibraryDirectories) true diff --git a/icu4c/source/tools/toolutil/toolutil.vcxproj b/icu4c/source/tools/toolutil/toolutil.vcxproj index ad5e8dd828..22ab0ef88d 100644 --- a/icu4c/source/tools/toolutil/toolutil.vcxproj +++ b/icu4c/source/tools/toolutil/toolutil.vcxproj @@ -70,7 +70,7 @@ Default - ..\..\..\bin\icutu63.dll + ..\..\..\bin\icutu64.dll icuuc.lib;icuin.lib;%(AdditionalDependencies) ..\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\..\lib\icutu.pdb @@ -96,7 +96,7 @@ Default - ..\..\..\bin\icutu63d.dll + ..\..\..\bin\icutu64d.dll icuucd.lib;icuind.lib;%(AdditionalDependencies) ..\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\..\lib\icutud.pdb @@ -122,7 +122,7 @@ Default - ..\..\..\bin64\icutu63.dll + ..\..\..\bin64\icutu64.dll icuuc.lib;icuin.lib;%(AdditionalDependencies) ..\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\..\lib64\icutu.pdb @@ -145,7 +145,7 @@ Default - ..\..\..\bin64\icutu63d.dll + ..\..\..\bin64\icutu64d.dll icuucd.lib;icuind.lib;%(AdditionalDependencies) ..\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\..\lib64\icutud.pdb