mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
ICU-22325 BRS 74 front-load update version to 74.0.1
This commit is contained in:
parent
cd6ff4a64d
commit
70d308731a
3949 changed files with 42 additions and 42 deletions
|
@ -3,6 +3,6 @@
|
|||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!-- This file is used to set the ICU Major Version number, which is used as a suffix on various file names in other Visual Studio projects. -->
|
||||
<PropertyGroup>
|
||||
<IcuMajorVersion>73</IcuMajorVersion>
|
||||
<IcuMajorVersion>74</IcuMajorVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
@ -53,19 +53,19 @@
|
|||
* This value will change in the subsequent releases of ICU
|
||||
* @stable ICU 2.4
|
||||
*/
|
||||
#define U_ICU_VERSION_MAJOR_NUM 73
|
||||
#define U_ICU_VERSION_MAJOR_NUM 74
|
||||
|
||||
/** 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.
|
||||
|
@ -79,7 +79,7 @@
|
|||
* This value will change in the subsequent releases of ICU
|
||||
* @stable ICU 2.6
|
||||
*/
|
||||
#define U_ICU_VERSION_SUFFIX _73
|
||||
#define U_ICU_VERSION_SUFFIX _74
|
||||
|
||||
/**
|
||||
* \def U_DEF2_ICU_ENTRY_POINT_RENAME
|
||||
|
@ -132,7 +132,7 @@
|
|||
* This value will change in the subsequent releases of ICU
|
||||
* @stable ICU 2.4
|
||||
*/
|
||||
#define U_ICU_VERSION "73.1"
|
||||
#define U_ICU_VERSION "74.0.1"
|
||||
|
||||
/**
|
||||
* The current ICU library major version number as a string, for library name suffixes.
|
||||
|
@ -145,13 +145,13 @@
|
|||
*
|
||||
* @stable ICU 2.6
|
||||
*/
|
||||
#define U_ICU_VERSION_SHORT "73"
|
||||
#define U_ICU_VERSION_SHORT "74"
|
||||
|
||||
#ifndef U_HIDE_INTERNAL_API
|
||||
/** Data version in ICU4C.
|
||||
* @internal ICU 4.4 Internal Use Only
|
||||
**/
|
||||
#define U_ICU_DATA_VERSION "73.1"
|
||||
#define U_ICU_DATA_VERSION "74.0.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 73.1.
|
||||
# Generated by GNU Autoconf 2.69 for ICU 74.0.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='73.1'
|
||||
PACKAGE_STRING='ICU 73.1'
|
||||
PACKAGE_VERSION='74.0.1'
|
||||
PACKAGE_STRING='ICU 74.0.1'
|
||||
PACKAGE_BUGREPORT='http://icu-project.org/bugs'
|
||||
PACKAGE_URL='http://icu-project.org'
|
||||
|
||||
|
@ -1375,7 +1375,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 73.1 to adapt to many kinds of systems.
|
||||
\`configure' configures ICU 74.0.1 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1442,7 +1442,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of ICU 73.1:";;
|
||||
short | recursive ) echo "Configuration of ICU 74.0.1:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1580,7 +1580,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
ICU configure 73.1
|
||||
ICU configure 74.0.1
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
|
@ -2326,7 +2326,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 73.1, which was
|
||||
It was created by ICU $as_me 74.0.1, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -8604,7 +8604,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 73.1, which was
|
||||
This file was extended by ICU $as_me 74.0.1, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -8658,7 +8658,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 73.1
|
||||
ICU config.status 74.0.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=icudt73
|
||||
U_ICUDATA_NAME=icudt74
|
||||
##############################################################################
|
||||
!IF "$(UWP)" == "UWP"
|
||||
# Optionally change the name of the data file for the UWP version.
|
||||
U_ICUDATA_NAME=icudt73
|
||||
U_ICUDATA_NAME=icudt74
|
||||
!ENDIF
|
||||
U_ICUDATA_ENDIAN_SUFFIX=l
|
||||
UNICODE_VERSION=15.0
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
// ***************************************************************************
|
||||
icuver:table(nofallback){
|
||||
CLDRVersion{"43.1"}
|
||||
DataVersion{"73.1.0.0"}
|
||||
ICUVersion{"73.1.0.0"}
|
||||
DataVersion{"74.0.1.0"}
|
||||
ICUVersion{"74.0.1.0"}
|
||||
}
|
||||
|
|
|
@ -957,7 +957,7 @@ void TimeZoneTest::TestShortZoneIDs()
|
|||
(usesDaylight?"true":"false") +
|
||||
" but it should be " +
|
||||
((kReferenceList[i].daylight)?"true":"false"));
|
||||
} else {
|
||||
} else if (!(itsID==UnicodeString(u"ART",-1) && logKnownIssue("ICU-22436", "Wrong DST status for time zone ART"))) {
|
||||
dataerrln("FAIL: Time Zone " + itsID + " use daylight is " +
|
||||
(usesDaylight?"true":"false") +
|
||||
" but it should be " +
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
#* Copyright (C) 2009-2016, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
api.report.version = 73
|
||||
api.report.prev.version = 72
|
||||
release.file.ver = 73_1
|
||||
api.doc.version = 73
|
||||
maven.pom.ver = 73.1
|
||||
api.report.version = 74
|
||||
api.report.prev.version = 73
|
||||
release.file.ver = 74rc
|
||||
api.doc.version = 74 Release Candidate
|
||||
maven.pom.ver = 74.0.1-SNAPSHOT
|
||||
|
||||
|
|
|
@ -224,7 +224,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String ICU_DATA_VERSION_PATH = "73b";
|
||||
public static final String ICU_DATA_VERSION_PATH = "74b";
|
||||
|
||||
/**
|
||||
* Data version in ICU4J.
|
||||
|
@ -567,7 +567,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
UNICODE_14_0 = getInstance(14, 0, 0, 0);
|
||||
UNICODE_15_0 = getInstance(15, 0, 0, 0);
|
||||
|
||||
ICU_VERSION = getInstance(73, 1, 0, 0);
|
||||
ICU_VERSION = getInstance(74, 0, 1, 0);
|
||||
ICU_DATA_VERSION = ICU_VERSION;
|
||||
UNICODE_VERSION = UNICODE_15_0;
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
#*******************************************************************************
|
||||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 73
|
||||
icu4j.impl.version = 73.1
|
||||
icu4j.data.version = 73
|
||||
icu4j.spec.version = 74
|
||||
icu4j.impl.version = 74.0.1
|
||||
icu4j.data.version = 74
|
||||
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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f31ccf7b60ffb8c4a8fe9aadba04eedfc1f1bb74af57b03dc070f6d1c28465c9
|
||||
size 14320254
|
||||
oid sha256:a2dddef7823f056b97cb06ebbee2cc4458f6923bcdf1d703612e58225e0f1bb7
|
||||
size 14320100
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9793b038249bdae5ddc4d3a4fef485047fa36bd49c7b1d81439ef02e3da9452d
|
||||
size 94832
|
||||
oid sha256:21c253a2499ae03a66382b36ab8f40c6ae330c255c19cff3c867e9d8e43445a9
|
||||
size 94829
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8bd64e37315224765b48d7a527aacbff04c3a1227d2378e7c822e5e1a49b568
|
||||
size 831983
|
||||
oid sha256:4d9cb96ce726b31211cc31aadd6629a8016daef37a044e17fa5a74ee9e88bead
|
||||
size 831989
|
||||
|
|
|
@ -201,7 +201,7 @@ public class TimeZoneTest extends TestFmwk
|
|||
if (!isDevelopmentBuild || isJDKTimeZone) {
|
||||
logln("Warning: Expected " + referenceZone +
|
||||
"; got " + currentZone);
|
||||
} else {
|
||||
} else if (!(referenceZone.getID().equals("ART") && logKnownIssue("ICU-22436", "Wrong DST status for time zone ART"))) {
|
||||
errln("Fail: Expected " + referenceZone +
|
||||
"; got " + currentZone);
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
package com.ibm.icu.dev.test.util;
|
||||
|
||||
public class DebugUtilitiesData extends Object {
|
||||
public static final String ICU4C_VERSION="73.1";
|
||||
public static final String ICU4C_VERSION="74.0.1";
|
||||
public static final int UDebugEnumType = 0;
|
||||
public static final int UCalendarDateFields = 1;
|
||||
public static final int UCalendarMonths = 2;
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue