mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-9287 update version number in maint-49 to 49.1.2
X-SVN-Rev: 31869
This commit is contained in:
parent
64ebb94d98
commit
dfc342e11a
2 changed files with 5 additions and 5 deletions
|
@ -60,7 +60,7 @@
|
|||
* 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 2
|
||||
|
||||
/** The current ICU build level version as an integer.
|
||||
* This value is for use by ICU clients. It defaults to 0.
|
||||
|
@ -109,7 +109,7 @@
|
|||
* This value will change in the subsequent releases of ICU
|
||||
* @stable ICU 2.4
|
||||
*/
|
||||
#define U_ICU_VERSION "49.1.1"
|
||||
#define U_ICU_VERSION "49.1.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
|
||||
|
@ -121,7 +121,7 @@
|
|||
/** Data version in ICU4C.
|
||||
* @internal ICU 4.4 Internal Use Only
|
||||
**/
|
||||
#define U_ICU_DATA_VERSION "49.1.1"
|
||||
#define U_ICU_DATA_VERSION "49.1.2"
|
||||
#endif /* U_HIDE_INTERNAL_API */
|
||||
|
||||
/*===========================================================================
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
// ***************************************************************************
|
||||
|
||||
icuver:table(nofallback){
|
||||
DataVersion { "49.1.1.0" }
|
||||
ICUVersion { "49.1.1.0" }
|
||||
DataVersion { "49.1.2.0" }
|
||||
ICUVersion { "49.1.2.0" }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue