From caf814a5dba6827ef79e4a6fd6c040208358900c Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Tue, 13 Nov 2012 23:10:20 +0000 Subject: [PATCH] ICU-9721 bump versions to 51.0.1 X-SVN-Rev: 32811 --- icu4c/source/common/common.vcxproj | 8 ++++---- icu4c/source/common/unicode/uvernum.h | 14 +++++++------- icu4c/source/data/makedata.mak | 2 +- icu4c/source/i18n/i18n.vcxproj | 10 +++++----- icu4c/source/io/io.vcxproj | 8 ++++---- icu4c/source/layout/layout.vcxproj | 8 ++++---- icu4c/source/layoutex/layoutex.vcxproj | 8 ++++---- icu4c/source/stubdata/stubdata.vcxproj | 8 ++++---- icu4c/source/test/iotest/iotest.vcxproj | 2 +- .../test/perf/DateFmtPerf/DateFmtPerf.vcxproj | 2 +- icu4c/source/tools/ctestfw/ctestfw.vcxproj | 8 ++++---- icu4c/source/tools/toolutil/toolutil.vcxproj | 8 ++++---- 12 files changed, 43 insertions(+), 43 deletions(-) diff --git a/icu4c/source/common/common.vcxproj b/icu4c/source/common/common.vcxproj index 9d708136d7d..84871693542 100644 --- a/icu4c/source/common/common.vcxproj +++ b/icu4c/source/common/common.vcxproj @@ -104,7 +104,7 @@ 0x0409 - ..\..\bin\icuuc50.dll + ..\..\bin\icuuc51.dll true .\..\..\lib\icuuc.pdb true @@ -145,7 +145,7 @@ 0x0409 - ..\..\bin\icuuc50d.dll + ..\..\bin\icuuc51d.dll true true .\..\..\lib\icuucd.pdb @@ -183,7 +183,7 @@ 0x0409 - ..\..\bin64\icuuc50.dll + ..\..\bin64\icuuc51.dll true .\..\..\lib64\icuuc.pdb true @@ -222,7 +222,7 @@ 0x0409 - ..\..\bin64\icuuc50d.dll + ..\..\bin64\icuuc51d.dll true true .\..\..\lib64\icuucd.pdb diff --git a/icu4c/source/common/unicode/uvernum.h b/icu4c/source/common/unicode/uvernum.h index 9e260139e81..c37d9218175 100644 --- a/icu4c/source/common/unicode/uvernum.h +++ b/icu4c/source/common/unicode/uvernum.h @@ -57,19 +57,19 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.4 */ -#define U_ICU_VERSION_MAJOR_NUM 50 +#define U_ICU_VERSION_MAJOR_NUM 51 /** The current ICU minor version as an integer. * This value will change in the subsequent releases of ICU * @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. * This value will change in the subsequent releases of ICU * @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. * This value is for use by ICU clients. It defaults to 0. @@ -83,7 +83,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.6 */ -#define U_ICU_VERSION_SUFFIX _50 +#define U_ICU_VERSION_SUFFIX _51 /** * \def U_DEF2_ICU_ENTRY_POINT_RENAME @@ -118,19 +118,19 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.4 */ -#define U_ICU_VERSION "50.1" +#define U_ICU_VERSION "51.0.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 * @stable ICU 2.6 */ -#define U_ICU_VERSION_SHORT "50" +#define U_ICU_VERSION_SHORT "51" #ifndef U_HIDE_INTERNAL_API /** Data version in ICU4C. * @internal ICU 4.4 Internal Use Only **/ -#define U_ICU_DATA_VERSION "50.1" +#define U_ICU_DATA_VERSION "51.0.1" #endif /* U_HIDE_INTERNAL_API */ /*=========================================================================== diff --git a/icu4c/source/data/makedata.mak b/icu4c/source/data/makedata.mak index 2db33ca52b6..f9df0324c99 100644 --- a/icu4c/source/data/makedata.mak +++ b/icu4c/source/data/makedata.mak @@ -10,7 +10,7 @@ ############################################################################## # Keep the following in sync with the version - see common/unicode/uvernum.h -U_ICUDATA_NAME=icudt50 +U_ICUDATA_NAME=icudt51 ############################################################################## U_ICUDATA_ENDIAN_SUFFIX=l UNICODE_VERSION=6.2 diff --git a/icu4c/source/i18n/i18n.vcxproj b/icu4c/source/i18n/i18n.vcxproj index c1d67cdd3ad..57ce30e3340 100644 --- a/icu4c/source/i18n/i18n.vcxproj +++ b/icu4c/source/i18n/i18n.vcxproj @@ -107,7 +107,7 @@ ../common;%(AdditionalIncludeDirectories) - ..\..\bin\icuin50.dll + ..\..\bin\icuin51.dll true .\..\..\lib\icuin.pdb true @@ -151,7 +151,7 @@ ../common;%(AdditionalIncludeDirectories) - ..\..\bin\icuin50d.dll + ..\..\bin\icuin51d.dll true true .\..\..\lib\icuind.pdb @@ -192,7 +192,7 @@ ../common;%(AdditionalIncludeDirectories) - ..\..\bin64\icuin50.dll + ..\..\bin64\icuin51.dll true .\..\..\lib64\icuin.pdb true @@ -234,7 +234,7 @@ ../common;%(AdditionalIncludeDirectories) - ..\..\bin64\icuin50d.dll + ..\..\bin64\icuin51d.dll true true .\..\..\lib64\icuind.pdb @@ -1589,4 +1589,4 @@ - \ No newline at end of file + diff --git a/icu4c/source/io/io.vcxproj b/icu4c/source/io/io.vcxproj index a6f93d49f2a..0b80e887ee0 100644 --- a/icu4c/source/io/io.vcxproj +++ b/icu4c/source/io/io.vcxproj @@ -107,7 +107,7 @@ ..\common;%(AdditionalIncludeDirectories) - ..\..\bin\icuio50.dll + ..\..\bin\icuio51.dll true .\..\..\lib\icuio.pdb true @@ -151,7 +151,7 @@ ..\common;%(AdditionalIncludeDirectories) - ..\..\bin\icuio50d.dll + ..\..\bin\icuio51d.dll true true .\..\..\lib\icuiod.pdb @@ -192,7 +192,7 @@ ..\common;%(AdditionalIncludeDirectories) - ..\..\bin64\icuio50.dll + ..\..\bin64\icuio51.dll true .\..\..\lib64\icuio.pdb true @@ -234,7 +234,7 @@ ..\common;%(AdditionalIncludeDirectories) - ..\..\bin64\icuio50d.dll + ..\..\bin64\icuio51d.dll true true .\..\..\lib64\icuiod.pdb diff --git a/icu4c/source/layout/layout.vcxproj b/icu4c/source/layout/layout.vcxproj index 643ce0864b3..bd49d7a69a1 100644 --- a/icu4c/source/layout/layout.vcxproj +++ b/icu4c/source/layout/layout.vcxproj @@ -110,7 +110,7 @@ ..\common;%(AdditionalIncludeDirectories) - ..\..\bin\icule50d.dll + ..\..\bin\icule51d.dll true true .\..\..\lib\iculed.pdb @@ -151,7 +151,7 @@ ..\common;%(AdditionalIncludeDirectories) - ..\..\bin\icule50.dll + ..\..\bin\icule51.dll true .\..\..\lib\icule.pdb true @@ -195,7 +195,7 @@ ..\common;%(AdditionalIncludeDirectories) - ..\..\bin64\icule50d.dll + ..\..\bin64\icule51d.dll true true .\..\..\lib64\iculed.pdb @@ -234,7 +234,7 @@ ..\common;%(AdditionalIncludeDirectories) - ..\..\bin64\icule50.dll + ..\..\bin64\icule51.dll true .\..\..\lib64\icule.pdb true diff --git a/icu4c/source/layoutex/layoutex.vcxproj b/icu4c/source/layoutex/layoutex.vcxproj index 5745ad67ed5..44d62104c6d 100644 --- a/icu4c/source/layoutex/layoutex.vcxproj +++ b/icu4c/source/layoutex/layoutex.vcxproj @@ -107,7 +107,7 @@ 0x0409 - ..\..\bin\iculx50.dll + ..\..\bin\iculx51.dll true .\..\..\lib\iculx.pdb true @@ -150,7 +150,7 @@ 0x0409 - ..\..\bin\iculx50d.dll + ..\..\bin\iculx51d.dll true true .\..\..\lib\iculxd.pdb @@ -190,7 +190,7 @@ 0x0409 - ..\..\bin64\iculx50.dll + ..\..\bin64\iculx51.dll true .\..\..\lib64\iculx.pdb true @@ -231,7 +231,7 @@ 0x0409 - ..\..\bin64\iculx50d.dll + ..\..\bin64\iculx51d.dll true true .\..\..\lib64\iculxd.pdb diff --git a/icu4c/source/stubdata/stubdata.vcxproj b/icu4c/source/stubdata/stubdata.vcxproj index b0e6abbbc57..0b20a612ab5 100644 --- a/icu4c/source/stubdata/stubdata.vcxproj +++ b/icu4c/source/stubdata/stubdata.vcxproj @@ -113,7 +113,7 @@ echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt" - ..\..\bin\icudt50.dll + ..\..\bin\icudt51.dll true true .\x86\Release\icudt.pdb @@ -160,7 +160,7 @@ echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt" - ..\..\bin\icudt50.dll + ..\..\bin\icudt51.dll true .\x86\Debug/icudt.pdb true @@ -207,7 +207,7 @@ echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt" - ..\..\bin64\icudt50.dll + ..\..\bin64\icudt51.dll true true .\x64\Release\icudt.pdb @@ -252,7 +252,7 @@ echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt" - ..\..\bin64\icudt50.dll + ..\..\bin64\icudt51.dll true .\x64\Debug/icudt.pdb true diff --git a/icu4c/source/test/iotest/iotest.vcxproj b/icu4c/source/test/iotest/iotest.vcxproj index 8566f0e44bf..0d39d297645 100644 --- a/icu4c/source/test/iotest/iotest.vcxproj +++ b/icu4c/source/test/iotest/iotest.vcxproj @@ -259,4 +259,4 @@ - \ No newline at end of file + diff --git a/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.vcxproj b/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.vcxproj index 0df82a53c83..b075e169401 100644 --- a/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.vcxproj +++ b/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.vcxproj @@ -116,4 +116,4 @@ - \ No newline at end of file + diff --git a/icu4c/source/tools/ctestfw/ctestfw.vcxproj b/icu4c/source/tools/ctestfw/ctestfw.vcxproj index 7bbb29726a1..c0e8bd8c87c 100644 --- a/icu4c/source/tools/ctestfw/ctestfw.vcxproj +++ b/icu4c/source/tools/ctestfw/ctestfw.vcxproj @@ -107,7 +107,7 @@ 0x0409 - ..\..\..\bin\icutest50.dll + ..\..\..\bin\icutest51.dll true .\..\..\..\lib\icutest.pdb true @@ -150,7 +150,7 @@ 0x0409 - ..\..\..\bin\icutest50d.dll + ..\..\..\bin\icutest51d.dll true true .\..\..\..\lib\icutestd.pdb @@ -190,7 +190,7 @@ 0x0409 - ..\..\..\bin64\icutest50.dll + ..\..\..\bin64\icutest51.dll true .\..\..\..\lib64\icutest.pdb true @@ -231,7 +231,7 @@ 0x0409 - ..\..\..\bin64\icutest50d.dll + ..\..\..\bin64\icutest51d.dll true true .\..\..\..\lib64\icutestd.pdb diff --git a/icu4c/source/tools/toolutil/toolutil.vcxproj b/icu4c/source/tools/toolutil/toolutil.vcxproj index 32ff217ec1a..4e7cd53daad 100644 --- a/icu4c/source/tools/toolutil/toolutil.vcxproj +++ b/icu4c/source/tools/toolutil/toolutil.vcxproj @@ -107,7 +107,7 @@ 0x0409 - ..\..\..\bin\icutu50.dll + ..\..\..\bin\icutu51.dll true ..\..\..\lib;%(AdditionalLibraryDirectories) .\..\..\..\lib\icutu.pdb @@ -151,7 +151,7 @@ 0x0409 - ..\..\..\bin\icutu50d.dll + ..\..\..\bin\icutu51d.dll true ..\..\..\lib;%(AdditionalLibraryDirectories) true @@ -193,7 +193,7 @@ 0x0409 - ..\..\..\bin64\icutu50.dll + ..\..\..\bin64\icutu51.dll true ..\..\..\lib64;%(AdditionalLibraryDirectories) .\..\..\..\lib64\icutu.pdb @@ -235,7 +235,7 @@ 0x0409 - ..\..\..\bin64\icutu50d.dll + ..\..\..\bin64\icutu51d.dll true ..\..\..\lib64;%(AdditionalLibraryDirectories) true