Skip to content

Commit ba01264

Browse files
committed
ICU-20536 ICU 53.2 release tasks
1 parent bde9eee commit ba01264

File tree

26 files changed

+2551
-2186
lines changed

26 files changed

+2551
-2186
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@ icu4c/source/tools/tzcode/Makefile
899899
icu4c/source/uconfig.h.prepend
900900
icu4j/*.jar
901901
icu4j/.project
902+
icu4j/build-local.properties
902903
icu4j/demos/out
903904
icu4j/doc
904905
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 53.1</title>
6+
<title>ReadMe for ICU 53.2</title>
77
<meta name="COPYRIGHT" content=
88
"Copyright (c) 1997-2014 IBM Corporation and others. All Rights Reserved." />
99
<meta name="KEYWORDS" content=
@@ -16,7 +16,7 @@
1616

1717
<body class="draft">
1818
<h1>International Components for Unicode<br/>
19-
<abbr title="International Components for Unicode">ICU</abbr> 53.1 ReadMe</h1>
19+
<abbr title="International Components for Unicode">ICU</abbr> 53.2 ReadMe</h1>
2020

2121
<!--
2222
<p><b>Note:</b> This is a development milestone release of ICU4C 53
@@ -28,7 +28,7 @@ <h1>International Components for Unicode<br/>
2828
It is not recommended for production use.</p>
2929
-->
3030

31-
<p>Last updated: 2014-Mar-31<br />
31+
<p>Last updated: 2019-Apr-10<br />
3232
Copyright &copy; 1997-2014 International Business Machines Corporation and
3333
others. All Rights Reserved.</p>
3434
<!-- 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 "53.1"
121+
#define U_ICU_VERSION "53.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 "53.1"
133+
#define U_ICU_DATA_VERSION "53.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 { "53.1.0.0" }
10-
ICUVersion { "53.1.0.0" }
9+
DataVersion { "53.2.0.0" }
10+
ICUVersion { "53.2.0.0" }
1111
}

0 commit comments

Comments
 (0)