Skip to content

Commit 6bd4f09

Browse files
committed
ICU-23290 BRS_78_2_GA Update version number to 78.2 (no SNAPSHOT / rc)
1 parent 815e191 commit 6bd4f09

File tree

25 files changed

+37
-37
lines changed

25 files changed

+37
-37
lines changed

icu4c/source/common/unicode/uvernum.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
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 2
6363

6464
/** The current ICU patchlevel version as an integer.
6565
* This value will change in the subsequent releases of ICU
@@ -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 "78.2"
136136

137137
/**
138138
* The current ICU library major version number as a string, for library name suffixes.
@@ -151,7 +151,7 @@
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 "78.2"
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 78.2.
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='78.2'
610+
PACKAGE_STRING='ICU 78.2'
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 78.2 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 78.2:";;
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 78.2
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 78.2, 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 78.2, 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 78.2
88978897
configured by $0, generated by GNU Autoconf 2.72,
88988898
with options \\"\$ac_cs_config\\"
88998899

icu4c/source/data/misc/icuver.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
// ***************************************************************************
1010
icuver:table(nofallback){
1111
CLDRVersion{"48"}
12-
DataVersion{"78.1.0.0"}
13-
ICUVersion{"78.1.0.0"}
12+
DataVersion{"78.2.0.0"}
13+
ICUVersion{"78.2.0.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>78.2</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>78.2</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>78.2</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>78.2</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>78.2</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

icu4j/main/core/src/main/java/com/ibm/icu/util/VersionInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ public int compareTo(VersionInfo other)
591591
UNICODE_16_0 = getInstance(16, 0, 0, 0);
592592
UNICODE_17_0 = getInstance(17, 0, 0, 0);
593593

594-
ICU_VERSION = getInstance(78, 1, 0, 0);
594+
ICU_VERSION = getInstance(78, 2, 0, 0);
595595
ICU_DATA_VERSION = ICU_VERSION;
596596
UNICODE_VERSION = UNICODE_17_0;
597597

icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/DebugUtilitiesData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
package com.ibm.icu.dev.test.util;
1111

1212
public class DebugUtilitiesData extends Object {
13-
public static final String ICU4C_VERSION="78.1";
13+
public static final String ICU4C_VERSION="78.2";
1414
public static final int UDebugEnumType = 0;
1515
public static final int UCalendarDateFields = 1;
1616
public static final int UCalendarMonths = 2;

0 commit comments

Comments
 (0)