Skip to content

Commit

Permalink
ICU-20536 ICU 52.2 release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
yumaoka committed Apr 11, 2019
1 parent 79f8249 commit 574e7d9
Show file tree
Hide file tree
Showing 24 changed files with 2,573 additions and 2,270 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,7 @@ icu4c/source/tools/tzcode/Makefile
icu4c/source/uconfig.h.prepend
icu4j/*.jar
icu4j/.project
icu4j/build-local.properties
icu4j/demos/out
icu4j/doc
icu4j/eclipse-build/out
Expand Down
6 changes: 3 additions & 3 deletions icu4c/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
<head>
<title>ReadMe for ICU 52</title>
<title>ReadMe for ICU 52.2</title>
<meta name="COPYRIGHT" content=
"Copyright (c) 1997-2013 IBM Corporation and others. All Rights Reserved." />
<meta name="KEYWORDS" content=
Expand All @@ -16,15 +16,15 @@

<body>
<h1>International Components for Unicode<br />
<abbr title="International Components for Unicode">ICU</abbr> 52 ReadMe</h1>
<abbr title="International Components for Unicode">ICU</abbr> 52.2 ReadMe</h1>

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

<p>Last updated: 2013-Sep-30<br />
<p>Last updated: 2019-Apr-10<br />
Copyright &copy; 1997-2013 International Business Machines Corporation and
others. All Rights Reserved.</p>
<!-- Remember that there is a copyright at the end too -->
Expand Down
6 changes: 3 additions & 3 deletions icu4c/source/common/unicode/uvernum.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.6
*/
#define U_ICU_VERSION_MINOR_NUM 1
#define U_ICU_VERSION_MINOR_NUM 2

/** The current ICU patchlevel version as an integer.
* This value will change in the subsequent releases of ICU
Expand Down Expand Up @@ -118,7 +118,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
#define U_ICU_VERSION "52.1"
#define U_ICU_VERSION "52.2"

/** The current ICU library major/minor version as a string without dots, for library name suffixes.
* This value will change in the subsequent releases of ICU
Expand All @@ -130,7 +130,7 @@
/** Data version in ICU4C.
* @internal ICU 4.4 Internal Use Only
**/
#define U_ICU_DATA_VERSION "52.1"
#define U_ICU_DATA_VERSION "52.2"
#endif /* U_HIDE_INTERNAL_API */

/*===========================================================================
Expand Down
4 changes: 2 additions & 2 deletions icu4c/source/data/misc/icuver.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
// ***************************************************************************

icuver:table(nofallback){
DataVersion { "52.0.1.0" }
ICUVersion { "52.0.1.0" }
DataVersion { "52.2.0.0" }
ICUVersion { "52.2.0.0" }
}
Loading

0 comments on commit 574e7d9

Please sign in to comment.