Skip to content

Commit

Permalink
ICU-20536 ICU 51.3 release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
yumaoka committed Apr 11, 2019
1 parent 5b76882 commit 574b044
Show file tree
Hide file tree
Showing 26 changed files with 2,636 additions and 2,301 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,7 @@ icu4c/source/tools/tzcode/zoneinfo.txt
icu4c/source/uconfig.h.prepend
icu4j/*.jar
icu4j/.project
icu4j/build-local.properties
icu4j/demos/out
icu4j/doc
icu4j/eclipse-build/out
Expand Down
12 changes: 6 additions & 6 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 51.2</title>
<title>ReadMe for ICU 51.3</title>
<meta name="COPYRIGHT" content="Copyright (c) 1997-2013 IBM Corporation and others. All Rights Reserved." />
<meta name="KEYWORDS" content=
"ICU; International Components for Unicode; ICU4C; what's new; readme; read me; introduction; downloads; downloading; building; installation;" />
Expand All @@ -15,7 +15,7 @@

<body class="draft">
<h1>International Components for Unicode<br />
<abbr title="International Components for Unicode">ICU</abbr> 51.2 ReadMe</h1>
<abbr title="International Components for Unicode">ICU</abbr> 51.3 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.
Expand All @@ -24,10 +24,10 @@ <h1>International Components for Unicode<br />
It is not recommended for production use.</p>-->

<p><b>Note:</b>
ICU 51.2 is a maintenance release of ICU and includes bug fixes. No new APIs are introduced.
ICU 51.3 is a maintenance release of ICU and includes bug fixes. No new APIs are introduced.
</p>

<p>Last updated: 2013-May-20<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 Expand Up @@ -216,7 +216,7 @@ <h2><a name="GettingStarted" href="#GettingStarted" id=
<h2><a name="News" href="#News" id="News">What is new in this
release?</a></h2>

<p>ICU 51.2 is a maintenance release of ICU and includes bug fixes. No new APIs are introduced.</p>
<p>ICU 51.3 is a maintenance release of ICU and includes bug fixes. No new APIs are introduced.</p>

<p>To see which APIs are new or changed in this release, view the <a href="APIChangeReport.html">ICU4C API Change Report</a>. </p>

Expand All @@ -226,7 +226,7 @@ <h2><a name="News" href="#News" id="News">What is new in this
<!--
<a href="http://site.icu-project.org/download/">ICU download page</a>.
-->
<a href="http://site.icu-project.org/download/milestone">ICU milestone download page</a>.
<a href="http://site.icu-project.org/download/53">ICU download page</a>.
</p>

<h3>C++ BasicTimeZone subclassing-API breaking changes</h3>
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 2
#define U_ICU_VERSION_MINOR_NUM 3

/** 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 "51.2"
#define U_ICU_VERSION "51.3"

/** 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 "51.2"
#define U_ICU_DATA_VERSION "51.3"
#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 { "51.1.0.0" }
ICUVersion { "51.1.0.0" }
DataVersion { "51.3.0.0" }
ICUVersion { "51.3.0.0" }
}
Loading

0 comments on commit 574b044

Please sign in to comment.