Skip to content

Commit

Permalink
ICU-20536 ICU 56.2 release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
yumaoka committed Apr 11, 2019
1 parent b5999f7 commit 74be817
Show file tree
Hide file tree
Showing 21 changed files with 2,050 additions and 1,698 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,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 56.1</title>
<title>ReadMe for ICU 56.2</title>
<meta name="COPYRIGHT" content=
"Copyright (c) 1997-2016 IBM Corporation and others. All Rights Reserved." />
<meta name="KEYWORDS" content=
Expand Down Expand Up @@ -31,7 +31,7 @@ <h1>
International Components for Unicode<br/>
<span class="only-rc">Release Candidate</span>
<span class="only-milestone">(Milestone Release)</span>
<abbr title="International Components for Unicode">ICU</abbr> 56.1 ReadMe
<abbr title="International Components for Unicode">ICU</abbr> 56.2 ReadMe
</h1>

<!-- Shouldn't need to comment/uncomment this paragraph, just change the body class -->
Expand All @@ -43,7 +43,7 @@ <h1>
<p class="note only-rc">This is a release candidate version of ICU4C.
It is not recommended for production use.</p>

<p>Last updated: 2015-Sep-07<br />
<p>Last updated: 2019-Apr-10<br />
Copyright &copy; 1997-2015 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 "56.1"
#define U_ICU_VERSION "56.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 "56.1"
#define U_ICU_DATA_VERSION "56.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 { "56.1.0.0" }
ICUVersion { "56.1.0.0" }
DataVersion { "56.2.0.0" }
ICUVersion { "56.2.0.0" }
}
Loading

0 comments on commit 74be817

Please sign in to comment.