Skip to content

Commit 434a3b4

Browse files
committed
ICU-20536 ICU 54.2 release tasks
1 parent 8c7e827 commit 434a3b4

File tree

21 files changed

+2199
-1873
lines changed

21 files changed

+2199
-1873
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,7 @@ icu4c/source/tools/tzcode/Makefile
900900
icu4c/source/uconfig.h.prepend
901901
icu4j/*.jar
902902
icu4j/.project
903+
icu4j/build-local.properties
903904
icu4j/demos/out
904905
icu4j/doc
905906
icu4j/eclipse-build/out

icu4c/readme.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
55
<head>
6-
<title>ReadMe for ICU 54.1</title>
6+
<title>ReadMe for ICU 54.2</title>
77
<meta name="COPYRIGHT" content=
88
"Copyright (c) 1997-2014 IBM Corporation and others. All Rights Reserved." />
99
<meta name="KEYWORDS" content=
@@ -33,7 +33,7 @@ <h1>
3333

3434
<span class="only-rc">Release Candidate</span>
3535
<span class="only-milestone">(Milestone Release)</span>
36-
<abbr title="International Components for Unicode">ICU</abbr> 54.1 ReadMe
36+
<abbr title="International Components for Unicode">ICU</abbr> 54.2 ReadMe
3737
</h1>
3838

3939

@@ -46,7 +46,7 @@ <h1>
4646
<p class="note only-rc">This is a release candidate version of ICU4C.
4747
It is not recommended for production use.</p>
4848

49-
<p>Last updated: 2014-September-24<br />
49+
<p>Last updated: 2019-Apr-10<br />
5050
Copyright &copy; 1997-2014 International Business Machines Corporation and
5151
others. All Rights Reserved.</p>
5252
<!-- Remember that there is a copyright at the end too -->

icu4c/source/common/unicode/uvernum.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* This value will change in the subsequent releases of ICU
6464
* @stable ICU 2.6
6565
*/
66-
#define U_ICU_VERSION_MINOR_NUM 1
66+
#define U_ICU_VERSION_MINOR_NUM 2
6767

6868
/** The current ICU patchlevel version as an integer.
6969
* This value will change in the subsequent releases of ICU
@@ -118,7 +118,7 @@
118118
* This value will change in the subsequent releases of ICU
119119
* @stable ICU 2.4
120120
*/
121-
#define U_ICU_VERSION "54.1"
121+
#define U_ICU_VERSION "54.2"
122122

123123
/** The current ICU library major/minor version as a string without dots, for library name suffixes.
124124
* This value will change in the subsequent releases of ICU
@@ -130,7 +130,7 @@
130130
/** Data version in ICU4C.
131131
* @internal ICU 4.4 Internal Use Only
132132
**/
133-
#define U_ICU_DATA_VERSION "54.1"
133+
#define U_ICU_DATA_VERSION "54.2"
134134
#endif /* U_HIDE_INTERNAL_API */
135135

136136
/*===========================================================================

icu4c/source/data/misc/icuver.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
// ***************************************************************************
77

88
icuver:table(nofallback){
9-
DataVersion { "54.0.1.0" }
10-
ICUVersion { "54.0.1.0" }
9+
DataVersion { "54.2.0.0" }
10+
ICUVersion { "54.2.0.0" }
1111
}

0 commit comments

Comments
 (0)