Skip to content

Commit 673038b

Browse files
committed
ICU-23249 ICU 79rc BRS: front-load update version to 79.0.1
1 parent 784b2ff commit 673038b

File tree

27 files changed

+50
-50
lines changed

27 files changed

+50
-50
lines changed

icu4c/source/allinone/Build.Windows.IcuVersion.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<!-- 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. -->
55
<PropertyGroup>
6-
<IcuMajorVersion>78</IcuMajorVersion>
6+
<IcuMajorVersion>79</IcuMajorVersion>
77
</PropertyGroup>
88
</Project>

icu4c/source/common/unicode/uvernum.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
* This value will change in the subsequent releases of ICU
5454
* @stable ICU 2.4
5555
*/
56-
#define U_ICU_VERSION_MAJOR_NUM 78
56+
#define U_ICU_VERSION_MAJOR_NUM 79
5757

5858
/** The current ICU minor version as an integer.
5959
* This value will change in the subsequent releases of ICU
6060
* @stable ICU 2.6
6161
*/
62-
#define U_ICU_VERSION_MINOR_NUM 1
62+
#define U_ICU_VERSION_MINOR_NUM 0
6363

6464
/** The current ICU patchlevel version as an integer.
6565
* This value will change in the subsequent releases of ICU
6666
* @stable ICU 2.4
6767
*/
68-
#define U_ICU_VERSION_PATCHLEVEL_NUM 0
68+
#define U_ICU_VERSION_PATCHLEVEL_NUM 1
6969

7070
/** The current ICU build level version as an integer.
7171
* This value is for use by ICU clients. It defaults to 0.
@@ -79,7 +79,7 @@
7979
* This value will change in the subsequent releases of ICU
8080
* @stable ICU 2.6
8181
*/
82-
#define U_ICU_VERSION_SUFFIX _78
82+
#define U_ICU_VERSION_SUFFIX _79
8383

8484
/**
8585
* \def U_DEF2_ICU_ENTRY_POINT_RENAME
@@ -132,7 +132,7 @@
132132
* This value will change in the subsequent releases of ICU
133133
* @stable ICU 2.4
134134
*/
135-
#define U_ICU_VERSION "78.1"
135+
#define U_ICU_VERSION "79.0.1"
136136

137137
/**
138138
* The current ICU library major version number as a string, for library name suffixes.
@@ -145,13 +145,13 @@
145145
*
146146
* @stable ICU 2.6
147147
*/
148-
#define U_ICU_VERSION_SHORT "78"
148+
#define U_ICU_VERSION_SHORT "79"
149149

150150
#ifndef U_HIDE_INTERNAL_API
151151
/** Data version in ICU4C.
152152
* @internal ICU 4.4 Internal Use Only
153153
**/
154-
#define U_ICU_DATA_VERSION "78.1"
154+
#define U_ICU_DATA_VERSION "79.0.1"
155155
#endif /* U_HIDE_INTERNAL_API */
156156

157157
/*===========================================================================

icu4c/source/configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for ICU 78.1.
3+
# Generated by GNU Autoconf 2.72 for ICU 79.0.1.
44
#
55
# Report bugs to <https://icu.unicode.org/bugs>.
66
#
@@ -606,8 +606,8 @@ MAKEFLAGS=
606606
# Identity of this package.
607607
PACKAGE_NAME='ICU'
608608
PACKAGE_TARNAME='icu4c'
609-
PACKAGE_VERSION='78.1'
610-
PACKAGE_STRING='ICU 78.1'
609+
PACKAGE_VERSION='79.0.1'
610+
PACKAGE_STRING='ICU 79.0.1'
611611
PACKAGE_BUGREPORT='https://icu.unicode.org/bugs'
612612
PACKAGE_URL='https://icu.unicode.org/'
613613

@@ -1384,7 +1384,7 @@ if test "$ac_init_help" = "long"; then
13841384
# Omit some internal or obsolete options to make the list less imposing.
13851385
# This message is too long to be a string in the A/UX 3.1 sh.
13861386
cat <<_ACEOF
1387-
'configure' configures ICU 78.1 to adapt to many kinds of systems.
1387+
'configure' configures ICU 79.0.1 to adapt to many kinds of systems.
13881388
13891389
Usage: $0 [OPTION]... [VAR=VALUE]...
13901390
@@ -1450,7 +1450,7 @@ fi
14501450

14511451
if test -n "$ac_init_help"; then
14521452
case $ac_init_help in
1453-
short | recursive ) echo "Configuration of ICU 78.1:";;
1453+
short | recursive ) echo "Configuration of ICU 79.0.1:";;
14541454
esac
14551455
cat <<\_ACEOF
14561456
@@ -1589,7 +1589,7 @@ fi
15891589
test -n "$ac_init_help" && exit $ac_status
15901590
if $ac_init_version; then
15911591
cat <<\_ACEOF
1592-
ICU configure 78.1
1592+
ICU configure 79.0.1
15931593
generated by GNU Autoconf 2.72
15941594
15951595
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -2133,7 +2133,7 @@ cat >config.log <<_ACEOF
21332133
This file contains any messages produced by compilers while
21342134
running configure, to aid debugging if configure makes a mistake.
21352135
2136-
It was created by ICU $as_me 78.1, which was
2136+
It was created by ICU $as_me 79.0.1, which was
21372137
generated by GNU Autoconf 2.72. Invocation command line was
21382138
21392139
$ $0$ac_configure_args_raw
@@ -8837,7 +8837,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
88378837
# report actual input values of CONFIG_FILES etc. instead of their
88388838
# values after options handling.
88398839
ac_log="
8840-
This file was extended by ICU $as_me 78.1, which was
8840+
This file was extended by ICU $as_me 79.0.1, which was
88418841
generated by GNU Autoconf 2.72. Invocation command line was
88428842
88438843
CONFIG_FILES = $CONFIG_FILES
@@ -8893,7 +8893,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
88938893
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
88948894
ac_cs_config='$ac_cs_config_escaped'
88958895
ac_cs_version="\\
8896-
ICU config.status 78.1
8896+
ICU config.status 79.0.1
88978897
configured by $0, generated by GNU Autoconf 2.72,
88988898
with options \\"\$ac_cs_config\\"
88998899

icu4c/source/data/makedata.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
##############################################################################
1414
# Keep the following in sync with the version - see common/unicode/uvernum.h
15-
U_ICUDATA_NAME=icudt78
15+
U_ICUDATA_NAME=icudt79
1616
##############################################################################
1717
!IF "$(UWP)" == "UWP"
1818
# Optionally change the name of the data file for the UWP version.
19-
U_ICUDATA_NAME=icudt78
19+
U_ICUDATA_NAME=icudt79
2020
!ENDIF
2121
U_ICUDATA_ENDIAN_SUFFIX=l
2222
UNICODE_VERSION=17.0

icu4c/source/data/misc/icuver.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// *
99
// ***************************************************************************
1010
icuver:table(nofallback){
11-
CLDRVersion{"48"}
12-
DataVersion{"78.1.0.0"}
13-
ICUVersion{"78.1.0.0"}
11+
CLDRVersion{"49"}
12+
DataVersion{"79.0.1.0"}
13+
ICUVersion{"79.0.1.0"}
1414
}

icu4j/demos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ibm.icu</groupId>
1010
<artifactId>icu4j-root</artifactId>
11-
<version>78.1</version>
11+
<version>79.0.1-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>demos</artifactId>

icu4j/main/charset/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ibm.icu</groupId>
1010
<artifactId>icu4j-root</artifactId>
11-
<version>78.1</version>
11+
<version>79.0.1-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

icu4j/main/collate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ibm.icu</groupId>
1010
<artifactId>icu4j-root</artifactId>
11-
<version>78.1</version>
11+
<version>79.0.1-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

icu4j/main/common_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ibm.icu</groupId>
1010
<artifactId>icu4j-root</artifactId>
11-
<version>78.1</version>
11+
<version>79.0.1-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

icu4j/main/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ibm.icu</groupId>
1010
<artifactId>icu4j-root</artifactId>
11-
<version>78.1</version>
11+
<version>79.0.1-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)