ICU-20979 BRS67RC Update version numbers, regenerate configure, update ICU4C README
This commit is contained in:
parent
2b7ed6119a
commit
73b50e6463
@ -3,7 +3,7 @@
|
||||
|
||||
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
|
||||
<head>
|
||||
<title>ReadMe for ICU 66.1</title>
|
||||
<title>ReadMe for ICU 67.1</title>
|
||||
<meta name="COPYRIGHT" content=
|
||||
"Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html"/>
|
||||
<!-- meta name="COPYRIGHT" content=
|
||||
@ -33,7 +33,7 @@
|
||||
<span class="only-rc">Release Candidate</span>
|
||||
<!-- <span class="only-milestone">(Milestone Release)</span> -->
|
||||
<span class="only-milestone">(Preview Release)</span>
|
||||
<abbr title="International Components for Unicode">ICU</abbr> 66.1 ReadMe
|
||||
<abbr title="International Components for Unicode">ICU</abbr> 67.1 ReadMe
|
||||
</h1>
|
||||
|
||||
<!-- Most of the time we shouldn't need to comment/uncomment this paragraph, just change the body class -->
|
||||
@ -47,7 +47,7 @@
|
||||
<p class="note only-rc">This is a release candidate version of ICU4C.
|
||||
It is not recommended for production use.</p>
|
||||
|
||||
<p>Last updated: 2020-Mar-02<br/>
|
||||
<p>Last updated: 2020-Mar-25<br/>
|
||||
Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use:
|
||||
<a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
|
||||
Copyright © 1997-2016 International Business Machines Corporation and others.
|
||||
@ -239,7 +239,7 @@
|
||||
<p>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.</p>
|
||||
|
||||
<p>See the <a href="http://site.icu-project.org/download/66">ICU 66 download page</a>
|
||||
<p>See the <a href="http://site.icu-project.org/download/67">ICU 67 download page</a>
|
||||
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.</p>
|
||||
|
@ -74,7 +74,7 @@
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuuc66d.dll</OutputFile>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuuc67d.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuucd.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\$(IcuLibOutputDir)\icuucd.lib</ImportLibrary>
|
||||
</Link>
|
||||
@ -86,7 +86,7 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuuc66.dll</OutputFile>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuuc67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuuc.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\$(IcuLibOutputDir)\icuuc.lib</ImportLibrary>
|
||||
</Link>
|
||||
|
@ -129,7 +129,7 @@
|
||||
<Link>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<AdditionalDependencies>vccorlib.lib;msvcrt.lib;vcruntime.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuuc66.dll</OutputFile>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuuc67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuuc.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\$(IcuLibOutputDir)\icuuc.lib</ImportLibrary>
|
||||
</Link>
|
||||
@ -152,7 +152,7 @@
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<AdditionalDependencies>vccorlibd.lib;msvcrtd.lib;vcruntimed.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuuc66d.dll</OutputFile>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuuc67d.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuucd.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\$(IcuLibOutputDir)\icuucd.lib</ImportLibrary>
|
||||
</Link>
|
||||
|
@ -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 */
|
||||
|
||||
/*===========================================================================
|
||||
|
18
icu4c/source/configure
vendored
18
icu4c/source/configure
vendored
@ -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 <http://icu-project.org/bugs>.
|
||||
#
|
||||
@ -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\\"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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" }
|
||||
}
|
||||
|
@ -76,7 +76,7 @@
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuin66d.dll</OutputFile>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuin67d.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuind.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\$(IcuLibOutputDir)\icuind.lib</ImportLibrary>
|
||||
</Link>
|
||||
@ -89,7 +89,7 @@
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuin66.dll</OutputFile>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuin67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuin.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\$(IcuLibOutputDir)\icuin.lib</ImportLibrary>
|
||||
</Link>
|
||||
|
@ -190,7 +190,7 @@
|
||||
<ProgramDataBaseFileName>.\x86\ReleaseUWP/</ProgramDataBaseFileName>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\bin32uwp\icuin66.dll</OutputFile>
|
||||
<OutputFile>..\..\bin32uwp\icuin67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\lib32uwp\icuin.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\lib32uwp\icuin.lib</ImportLibrary>
|
||||
<AdditionalDependencies>..\..\lib32uwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
@ -207,7 +207,7 @@
|
||||
<ProgramDataBaseFileName>.\x86\DebugUWP/</ProgramDataBaseFileName>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\bin32uwp\icuin66d.dll</OutputFile>
|
||||
<OutputFile>..\..\bin32uwp\icuin67d.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\lib32uwp\icuind.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\lib32uwp\icuind.lib</ImportLibrary>
|
||||
<AdditionalDependencies>..\..\lib32uwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
@ -224,7 +224,7 @@
|
||||
<ProgramDataBaseFileName>.\x64\ReleaseUWP/</ProgramDataBaseFileName>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\bin64uwp\icuin66.dll</OutputFile>
|
||||
<OutputFile>..\..\bin64uwp\icuin67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\lib64uwp\icuin.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\lib64uwp\icuin.lib</ImportLibrary>
|
||||
<AdditionalDependencies>..\..\lib64uwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
@ -241,7 +241,7 @@
|
||||
<ProgramDataBaseFileName>.\x64\DebugUWP/</ProgramDataBaseFileName>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\bin64uwp\icuin66d.dll</OutputFile>
|
||||
<OutputFile>..\..\bin64uwp\icuin67d.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\lib64uwp\icuind.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\lib64uwp\icuind.lib</ImportLibrary>
|
||||
<AdditionalDependencies>..\..\lib64uwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
@ -258,7 +258,7 @@
|
||||
<ProgramDataBaseFileName>.\ARM\ReleaseUWP/</ProgramDataBaseFileName>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\binARMuwp\icuin66.dll</OutputFile>
|
||||
<OutputFile>..\..\binARMuwp\icuin67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\libARMuwp\icuin.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\libARMuwp\icuin.lib</ImportLibrary>
|
||||
<AdditionalDependencies>..\..\libARMuwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
@ -275,7 +275,7 @@
|
||||
<ProgramDataBaseFileName>.\ARM\DebugUWP/</ProgramDataBaseFileName>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\binARMuwp\icuin66d.dll</OutputFile>
|
||||
<OutputFile>..\..\binARMuwp\icuin67d.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\libARMuwp\icuind.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\libARMuwp\icuind.lib</ImportLibrary>
|
||||
<AdditionalDependencies>..\..\libARMuwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
@ -292,7 +292,7 @@
|
||||
<ProgramDataBaseFileName>.\ARM64\ReleaseUWP/</ProgramDataBaseFileName>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\binARM64uwp\icuin66.dll</OutputFile>
|
||||
<OutputFile>..\..\binARM64uwp\icuin67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\libARM64uwp\icuin.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\libARM64uwp\icuin.lib</ImportLibrary>
|
||||
<AdditionalDependencies>..\..\libARM64uwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
@ -309,7 +309,7 @@
|
||||
<ProgramDataBaseFileName>.\ARM64\DebugUWP/</ProgramDataBaseFileName>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\binARM64uwp\icuin66d.dll</OutputFile>
|
||||
<OutputFile>..\..\binARM64uwp\icuin67d.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\libARM64uwp\icuind.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\libARM64uwp\icuind.lib</ImportLibrary>
|
||||
<AdditionalDependencies>..\..\libARM64uwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
|
@ -76,7 +76,7 @@
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuio66d.dll</OutputFile>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuio67d.dll</OutputFile>
|
||||
<ProgramDatabaseFile>..\..\$(IcuLibOutputDir)\icuiod.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\$(IcuLibOutputDir)\icuiod.lib</ImportLibrary>
|
||||
<AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
@ -89,7 +89,7 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuio66.dll</OutputFile>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icuio67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>..\..\$(IcuLibOutputDir)\icuio.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\$(IcuLibOutputDir)\icuio.lib</ImportLibrary>
|
||||
<AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
|
@ -70,7 +70,7 @@
|
||||
<CompileAs>Default</CompileAs>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\bin\iculx66.dll</OutputFile>
|
||||
<OutputFile>..\..\bin\iculx67.dll</OutputFile>
|
||||
<AdditionalDependencies>icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>.\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<ProgramDatabaseFile>.\..\..\lib\iculx.pdb</ProgramDatabaseFile>
|
||||
@ -95,7 +95,7 @@
|
||||
<CompileAs>Default</CompileAs>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\bin\iculx66d.dll</OutputFile>
|
||||
<OutputFile>..\..\bin\iculx67d.dll</OutputFile>
|
||||
<AdditionalDependencies>icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>.\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
@ -120,7 +120,7 @@
|
||||
<CompileAs>Default</CompileAs>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\bin64\iculx66.dll</OutputFile>
|
||||
<OutputFile>..\..\bin64\iculx67.dll</OutputFile>
|
||||
<AdditionalDependencies>icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>.\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<ProgramDatabaseFile>.\..\..\lib64\iculx.pdb</ProgramDatabaseFile>
|
||||
@ -143,7 +143,7 @@
|
||||
<CompileAs>Default</CompileAs>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\bin64\iculx66d.dll</OutputFile>
|
||||
<OutputFile>..\..\bin64\iculx67d.dll</OutputFile>
|
||||
<AdditionalDependencies>icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>.\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
|
@ -72,7 +72,7 @@
|
||||
<SetChecksum>true</SetChecksum>
|
||||
<TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
|
||||
<!-- Note: stubdata is somewhat odd in that it doesn't suffix the Debug output DLL/LIB with a "d" like common/i18n/etc. -->
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icudt66.dll</OutputFile>
|
||||
<OutputFile>..\..\$(IcuBinOutputDir)\icudt67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icudt.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\$(IcuLibOutputDir)\icudt.lib</ImportLibrary>
|
||||
</Link>
|
||||
|
@ -69,7 +69,7 @@
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\..\$(IcuBinOutputDir)\icutest66d.exe</OutputFile>
|
||||
<OutputFile>..\..\..\$(IcuBinOutputDir)\icutest67d.exe</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\..\$(IcuLibOutputDir)\icutestd.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>.\..\..\..\$(IcuLibOutputDir)\icutestd.lib</ImportLibrary>
|
||||
<AdditionalDependencies>icuucd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
@ -82,7 +82,7 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\..\$(IcuBinOutputDir)\icutest66.exe</OutputFile>
|
||||
<OutputFile>..\..\..\$(IcuBinOutputDir)\icutest67.exe</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\..\$(IcuLibOutputDir)\icutest.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>.\..\..\..\$(IcuLibOutputDir)\icutest.lib</ImportLibrary>
|
||||
<AdditionalDependencies>icuuc.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
|
@ -90,7 +90,7 @@
|
||||
<TypeLibraryName>.\..\..\..\lib\icutu.tlb</TypeLibraryName>
|
||||
</Midl>
|
||||
<Link>
|
||||
<OutputFile>..\..\..\bin\icutu66.dll</OutputFile>
|
||||
<OutputFile>..\..\..\bin\icutu67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\..\lib\icutu.pdb</ProgramDatabaseFile>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
@ -102,7 +102,7 @@
|
||||
<TypeLibraryName>.\..\..\..\lib\icutud.tlb</TypeLibraryName>
|
||||
</Midl>
|
||||
<Link>
|
||||
<OutputFile>..\..\..\bin\icutu66d.dll</OutputFile>
|
||||
<OutputFile>..\..\..\bin\icutu67d.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\..\lib\icutud.pdb</ProgramDatabaseFile>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
@ -129,7 +129,7 @@
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\..\bin64\icutu66.dll</OutputFile>
|
||||
<OutputFile>..\..\..\bin64\icutu67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\..\lib64\icutu.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\..\lib64\icutu.lib</ImportLibrary>
|
||||
</Link>
|
||||
@ -139,7 +139,7 @@
|
||||
<TypeLibraryName>.\..\..\..\lib64\icutud.tlb</TypeLibraryName>
|
||||
</Midl>
|
||||
<Link>
|
||||
<OutputFile>..\..\..\bin64\icutu66d.dll</OutputFile>
|
||||
<OutputFile>..\..\..\bin64\icutu67d.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\..\lib64\icutud.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\..\lib64\icutud.lib</ImportLibrary>
|
||||
</Link>
|
||||
@ -160,7 +160,7 @@
|
||||
<TypeLibraryName>..\..\..\libARM\icutu.tlb</TypeLibraryName>
|
||||
</Midl>
|
||||
<Link>
|
||||
<OutputFile>..\..\..\binARM\icutu66.dll</OutputFile>
|
||||
<OutputFile>..\..\..\binARM\icutu67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\..\libARM\icutu.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\..\libARM\icutu.lib</ImportLibrary>
|
||||
</Link>
|
||||
@ -173,7 +173,7 @@
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\..\binARM\icutu66d.dll</OutputFile>
|
||||
<OutputFile>..\..\..\binARM\icutu67d.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\..\libARM\icutud.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\..\libARM\icutud.lib</ImportLibrary>
|
||||
</Link>
|
||||
@ -194,7 +194,7 @@
|
||||
<TypeLibraryName>.\..\..\..\libARM64\icutu.tlb</TypeLibraryName>
|
||||
</Midl>
|
||||
<Link>
|
||||
<OutputFile>..\..\..\binARM64\icutu66.dll</OutputFile>
|
||||
<OutputFile>..\..\..\binARM64\icutu67.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\..\libARM64\icutu.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\..\libARM64\icutu.lib</ImportLibrary>
|
||||
</Link>
|
||||
@ -207,7 +207,7 @@
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\..\binARM64\icutu66d.dll</OutputFile>
|
||||
<OutputFile>..\..\..\binARM64\icutu67d.dll</OutputFile>
|
||||
<ProgramDatabaseFile>.\..\..\..\libARM64\icutud.pdb</ProgramDatabaseFile>
|
||||
<ImportLibrary>..\..\..\libARM64\icutud.lib</ImportLibrary>
|
||||
</Link>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -212,7 +212,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
||||
* @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<VersionInfo>
|
||||
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;
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9d191cce367af280b3f9abfba02153754ea1339df538e4b0954e383478ac48e
|
||||
size 13149615
|
||||
oid sha256:7a746af037eb315a596f775ccb2b2bbc7f74c7aa070dc7686162e64910904b96
|
||||
size 13149631
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:729bcbca1bf967713d4bc07eaf85d21711a271e2bcb05519bc3073751c0b4e83
|
||||
oid sha256:b0c17f4cce7202d5efdcc0c7fbcc088d552049a4249e187f177550b2ef076278
|
||||
size 94304
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28f771e6ff9f9e2a4637dd7d8447b6fcc927b15eb857ba866a142d5259bf833b
|
||||
size 723480
|
||||
oid sha256:94af01f2a6e9f05c76a50247ffc64f8fd732c111cef83fd928920335eceb0dbc
|
||||
size 726452
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user