mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-21957 BRS72RC Update version number and regenerate configure
This commit is contained in:
parent
dbfe830108
commit
b08e51fa91
10 changed files with 28 additions and 26 deletions
|
@ -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 "72.0.1"
|
||||
#define U_ICU_VERSION "72.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 "72.0.1"
|
||||
#define U_ICU_DATA_VERSION "72.1"
|
||||
#endif /* U_HIDE_INTERNAL_API */
|
||||
|
||||
/*===========================================================================
|
||||
|
|
20
icu4c/source/configure
vendored
20
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 72.0.1.
|
||||
# Generated by GNU Autoconf 2.69 for ICU 72.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='72.0.1'
|
||||
PACKAGE_STRING='ICU 72.0.1'
|
||||
PACKAGE_VERSION='72.1'
|
||||
PACKAGE_STRING='ICU 72.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 72.0.1 to adapt to many kinds of systems.
|
||||
\`configure' configures ICU 72.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 72.0.1:";;
|
||||
short | recursive ) echo "Configuration of ICU 72.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 72.0.1
|
||||
ICU configure 72.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 72.0.1, which was
|
||||
It was created by ICU $as_me 72.1, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -4264,6 +4264,8 @@ fi
|
|||
#AC_CHECK_PROG(AUTOCONF, autoconf, autoconf, true)
|
||||
#AC_CHECK_PROG(STRIP, strip, strip, true)
|
||||
|
||||
|
||||
|
||||
# TODO(ICU-20301): Remove fallback to Python 2.
|
||||
for ac_prog in python3 "py -3" python "py"
|
||||
do
|
||||
|
@ -8601,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 72.0.1, which was
|
||||
This file was extended by ICU $as_me 72.1, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -8655,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 72.0.1
|
||||
ICU config.status 72.1
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
// ***************************************************************************
|
||||
icuver:table(nofallback){
|
||||
CLDRVersion{"42"}
|
||||
DataVersion{"72.0.1.0"}
|
||||
ICUVersion{"72.0.1.0"}
|
||||
DataVersion{"72.1.0.0"}
|
||||
ICUVersion{"72.1.0.0"}
|
||||
}
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
api.report.version = 72
|
||||
api.report.prev.version = 71
|
||||
release.file.ver = 72rc
|
||||
api.doc.version = 72 Release Candidate
|
||||
maven.pom.ver = 72.0.1-SNAPSHOT
|
||||
api.doc.version = 72.1
|
||||
maven.pom.ver = 72.1-SNAPSHOT
|
||||
|
||||
|
|
|
@ -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(72, 0, 1, 0);
|
||||
ICU_VERSION = getInstance(72, 1, 0, 0);
|
||||
ICU_DATA_VERSION = ICU_VERSION;
|
||||
UNICODE_VERSION = UNICODE_15_0;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 72
|
||||
icu4j.impl.version = 72.0.1
|
||||
icu4j.impl.version = 72.1
|
||||
icu4j.data.version = 72
|
||||
default.exec.env = JavaSE-1.7
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be6c5894e82fad8d494d73fe41ba083ba08290a78cc5f359431a8b73188d8658
|
||||
size 14172311
|
||||
oid sha256:1594af096f99faaf76d3abe43cdcd184353e84393e79291f627cd4ee7e47ce90
|
||||
size 14172480
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:782ec347cdeed1852c5b37b63c8120469dfabaec6aff408d9c3b80f6a1522fb7
|
||||
size 93663
|
||||
oid sha256:0c9c125e295e374521b2f9865e398a6deb8a3a42609a3a3da7dc98c495bd0dea
|
||||
size 93665
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
package com.ibm.icu.dev.test.util;
|
||||
|
||||
public class DebugUtilitiesData extends Object {
|
||||
public static final String ICU4C_VERSION="72.0.1";
|
||||
public static final String ICU4C_VERSION="72.1";
|
||||
public static final int UDebugEnumType = 0;
|
||||
public static final int UCalendarDateFields = 1;
|
||||
public static final int UCalendarMonths = 2;
|
||||
|
|
|
@ -61,10 +61,10 @@
|
|||
<property name="specialsDir" value="${basedir}/../../../icu4c/source/data/xml"/>
|
||||
|
||||
<!-- Default value for ICU version (icuver.txt). Update this for each release. -->
|
||||
<property name="icuVersion" value="72.0.1.0"/>
|
||||
<property name="icuVersion" value="72.1.0.0"/>
|
||||
|
||||
<!-- Default value for ICU data version (icuver.txt). Update this for each release. -->
|
||||
<property name="icuDataVersion" value="72.0.1.0"/>
|
||||
<property name="icuDataVersion" value="72.1.0.0"/>
|
||||
|
||||
<!-- An override for the CLDR version string (icuver.txt and others). This will be
|
||||
extracted from the CLDR library used for building the data if not set here. -->
|
||||
|
|
Loading…
Add table
Reference in a new issue