diff --git a/icu4c/source/common/unicode/uvernum.h b/icu4c/source/common/unicode/uvernum.h index b4c2f213174..f0fc671b4b6 100644 --- a/icu4c/source/common/unicode/uvernum.h +++ b/icu4c/source/common/unicode/uvernum.h @@ -59,13 +59,13 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.6 */ -#define U_ICU_VERSION_MINOR_NUM 0 +#define U_ICU_VERSION_MINOR_NUM 1 /** 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 1 +#define U_ICU_VERSION_PATCHLEVEL_NUM 0 /** The current ICU build level version as an integer. * This value is for use by ICU clients. It defaults to 0. @@ -132,7 +132,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.4 */ -#define U_ICU_VERSION "73.0.1" +#define U_ICU_VERSION "73.1" /** * The current ICU library major version number as a string, for library name suffixes. @@ -151,7 +151,7 @@ /** Data version in ICU4C. * @internal ICU 4.4 Internal Use Only **/ -#define U_ICU_DATA_VERSION "73.0.1" +#define U_ICU_DATA_VERSION "73.1" #endif /* U_HIDE_INTERNAL_API */ /*=========================================================================== diff --git a/icu4c/source/configure b/icu4c/source/configure index d95eb18c46f..9b68bbd168e 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 73.0.1. +# Generated by GNU Autoconf 2.69 for ICU 73.1. # # Report bugs to . # @@ -582,8 +582,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ICU' PACKAGE_TARNAME='International Components for Unicode' -PACKAGE_VERSION='73.0.1' -PACKAGE_STRING='ICU 73.0.1' +PACKAGE_VERSION='73.1' +PACKAGE_STRING='ICU 73.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.0.1 to adapt to many kinds of systems. +\`configure' configures ICU 73.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.0.1:";; + short | recursive ) echo "Configuration of ICU 73.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.0.1 +ICU configure 73.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.0.1, which was +It was created by ICU $as_me 73.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -8603,7 +8603,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.0.1, which was +This file was extended by ICU $as_me 73.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8657,7 +8657,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.0.1 +ICU config.status 73.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/icu4c/source/data/misc/icuver.txt b/icu4c/source/data/misc/icuver.txt index 79487224e91..585e4e282a2 100644 --- a/icu4c/source/data/misc/icuver.txt +++ b/icu4c/source/data/misc/icuver.txt @@ -9,6 +9,6 @@ // *************************************************************************** icuver:table(nofallback){ CLDRVersion{"43"} - DataVersion{"73.0.1.0"} - ICUVersion{"73.0.1.0"} + DataVersion{"73.1.0.0"} + ICUVersion{"73.1.0.0"} } diff --git a/icu4j/build.properties b/icu4j/build.properties index 7ee422cfb85..d11445f353e 100644 --- a/icu4j/build.properties +++ b/icu4j/build.properties @@ -7,6 +7,6 @@ api.report.version = 73 api.report.prev.version = 72 release.file.ver = 73rc -api.doc.version = 73 Release Candidate -maven.pom.ver = 73.0.1-SNAPSHOT +api.doc.version = 73 +maven.pom.ver = 73.1 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 3eca0c86d8d..28e7bccaf0f 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 @@ -567,7 +567,7 @@ public final class VersionInfo implements Comparable UNICODE_14_0 = getInstance(14, 0, 0, 0); UNICODE_15_0 = getInstance(15, 0, 0, 0); - ICU_VERSION = getInstance(73, 0, 1, 0); + ICU_VERSION = getInstance(73, 1, 0, 0); ICU_DATA_VERSION = ICU_VERSION; UNICODE_VERSION = UNICODE_15_0; diff --git a/icu4j/main/shared/build/common.properties b/icu4j/main/shared/build/common.properties index b73cd1fc1aa..987a47175f8 100644 --- a/icu4j/main/shared/build/common.properties +++ b/icu4j/main/shared/build/common.properties @@ -7,7 +7,7 @@ # Version numbers, etc. icu4j.spec.version = 73 -icu4j.impl.version = 73.0.1 +icu4j.impl.version = 73.1 icu4j.data.version = 73 default.exec.env = JavaSE-1.7 diff --git a/icu4j/main/shared/data/icudata.jar b/icu4j/main/shared/data/icudata.jar index 5652a0a936e..428afe527e3 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:6184078369b950ce8870ea093c469aef44036190f2234bd444b400e8290ec206 -size 14329209 +oid sha256:f31031e5aa48ed549814a647f09e98f636ff9d0707dfe4cb5f3672c03538e7c8 +size 14329367 diff --git a/icu4j/main/shared/data/icutzdata.jar b/icu4j/main/shared/data/icutzdata.jar index bc96c01a646..fa69c33ad3e 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:a936737dcf3a76c9a442a21b343b25e9f5d5df4a9a7d64dace92221f0fefac5b -size 93633 +oid sha256:66c651f19543094439dec8300044796ebb090fdb6cb0a7213575a40435969573 +size 93641 diff --git a/icu4j/main/shared/data/testdata.jar b/icu4j/main/shared/data/testdata.jar index ca92e5eb72f..70c849c2ea6 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:bb53d588c7c5bc0b68d2546cd8731af9e75f93559d7eb8af706c29118c18621e -size 831615 +oid sha256:108571f2b1f96cc6da00a0eaf32855cb121c418c34c00c8c911185dfeb5f70ac +size 834588 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 89c0b8274db..4766872bc3e 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="73.0.1"; + public static final String ICU4C_VERSION="73.1"; public static final int UDebugEnumType = 0; public static final int UCalendarDateFields = 1; public static final int UCalendarMonths = 2; diff --git a/tools/cldr/cldr-to-icu/build-icu-data.xml b/tools/cldr/cldr-to-icu/build-icu-data.xml index 28cae7999c6..4365911fff1 100644 --- a/tools/cldr/cldr-to-icu/build-icu-data.xml +++ b/tools/cldr/cldr-to-icu/build-icu-data.xml @@ -61,10 +61,10 @@ - + - +