Skip to content

Commit 574e7d9

Browse files
committed
ICU-20536 ICU 52.2 release tasks
1 parent 79f8249 commit 574e7d9

File tree

24 files changed

+2573
-2270
lines changed

24 files changed

+2573
-2270
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@ icu4c/source/tools/tzcode/Makefile
901901
icu4c/source/uconfig.h.prepend
902902
icu4j/*.jar
903903
icu4j/.project
904+
icu4j/build-local.properties
904905
icu4j/demos/out
905906
icu4j/doc
906907
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 52</title>
6+
<title>ReadMe for ICU 52.2</title>
77
<meta name="COPYRIGHT" content=
88
"Copyright (c) 1997-2013 IBM Corporation and others. All Rights Reserved." />
99
<meta name="KEYWORDS" content=
@@ -16,15 +16,15 @@
1616

1717
<body>
1818
<h1>International Components for Unicode<br />
19-
<abbr title="International Components for Unicode">ICU</abbr> 52 ReadMe</h1>
19+
<abbr title="International Components for Unicode">ICU</abbr> 52.2 ReadMe</h1>
2020

2121
<!--<p><b>Note:</b> This is a development milestone release of ICU4C 52.
2222
This milestone is intended for those wishing to get an early look at ICU 52 new features and API changes.
2323
It is not recommended for production use.</p>-->
2424
<!--<p><b>Note:</b> This is a release candidate version of ICU4C 52.
2525
It is not recommended for production use.</p>-->
2626

27-
<p>Last updated: 2013-Sep-30<br />
27+
<p>Last updated: 2019-Apr-10<br />
2828
Copyright &copy; 1997-2013 International Business Machines Corporation and
2929
others. All Rights Reserved.</p>
3030
<!-- 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 "52.1"
121+
#define U_ICU_VERSION "52.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 "52.1"
133+
#define U_ICU_DATA_VERSION "52.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 { "52.0.1.0" }
10-
ICUVersion { "52.0.1.0" }
9+
DataVersion { "52.2.0.0" }
10+
ICUVersion { "52.2.0.0" }
1111
}

0 commit comments

Comments
 (0)