Skip to content

Commit

Permalink
ICU-20536 ICU 50.2 release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
yumaoka committed Apr 11, 2019
1 parent dd9e111 commit 10b3805
Show file tree
Hide file tree
Showing 25 changed files with 2,622 additions and 2,280 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
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 50.1.2</title>
<title>ReadMe for ICU 50.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 class="draft">
<h1>International Components for Unicode<br />
<abbr title="International Components for Unicode">ICU</abbr> 50.1.2 ReadMe</h1>
<abbr title="International Components for Unicode">ICU</abbr> 50.2 ReadMe</h1>

<!--<p><b>Note:</b> This is a development milestone release of ICU4C 50.
This milestone is intended for those wishing to get an early look at ICU 50 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 50.
It is not recommended for production use.</p>-->

<p>Last updated: 2013-Jan-10<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
8 changes: 4 additions & 4 deletions icu4c/source/common/unicode/uvernum.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
* 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
* @stable ICU 2.4
*/
#define U_ICU_VERSION_PATCHLEVEL_NUM 2
#define U_ICU_VERSION_PATCHLEVEL_NUM 0

/** The current ICU build level version as an integer.
* This value is for use by ICU clients. It defaults to 0.
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 "50.1.2"
#define U_ICU_VERSION "50.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 "50.1"
#define U_ICU_DATA_VERSION "50.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 { "50.1.1.0" }
ICUVersion { "50.1.1.0" }
DataVersion { "50.2.0.0" }
ICUVersion { "50.2.0.0" }
}
Loading

0 comments on commit 10b3805

Please sign in to comment.