mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-10740 Update version number to 53.1 in ICU4C
X-SVN-Rev: 35324
This commit is contained in:
parent
c7d1e72a63
commit
39f9e215de
2 changed files with 7 additions and 7 deletions
|
@ -63,13 +63,13 @@
|
|||
* This value will change in the subsequent releases of ICU
|
||||
* @stable ICU 2.6
|
||||
*/
|
||||
#define U_ICU_VERSION_MINOR_NUM 0
|
||||
#define U_ICU_VERSION_MINOR_NUM 1
|
||||
|
||||
/** 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 1
|
||||
#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.
|
||||
|
@ -118,7 +118,7 @@
|
|||
* This value will change in the subsequent releases of ICU
|
||||
* @stable ICU 2.4
|
||||
*/
|
||||
#define U_ICU_VERSION "53.0.1"
|
||||
#define U_ICU_VERSION "53.1"
|
||||
|
||||
/** 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
|
||||
|
@ -130,7 +130,7 @@
|
|||
/** Data version in ICU4C.
|
||||
* @internal ICU 4.4 Internal Use Only
|
||||
**/
|
||||
#define U_ICU_DATA_VERSION "53.0.1"
|
||||
#define U_ICU_DATA_VERSION "53.1"
|
||||
#endif /* U_HIDE_INTERNAL_API */
|
||||
|
||||
/*===========================================================================
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2010-2013 International Business Machines
|
||||
// * Copyright (C) 2010-2014 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// ***************************************************************************
|
||||
|
||||
icuver:table(nofallback){
|
||||
DataVersion { "53.0.1.0" }
|
||||
ICUVersion { "53.0.1.0" }
|
||||
DataVersion { "53.1.0.0" }
|
||||
ICUVersion { "53.1.0.0" }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue