From: Peter Edberg Date: Thu, 8 Dec 2011 03:23:29 +0000 (+0000) Subject: ICU-8878 Update ICU version info for 49m2 X-Git-Tag: milestone-59-0-1~4286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d668b90680164c660e8e731e37d33ec36bab7fe;p=icu ICU-8878 Update ICU version info for 49m2 X-SVN-Rev: 31063 --- diff --git a/icu4c/source/common/unicode/uvernum.h b/icu4c/source/common/unicode/uvernum.h index abe0b0c9e64..fcad9caaa33 100644 --- a/icu4c/source/common/unicode/uvernum.h +++ b/icu4c/source/common/unicode/uvernum.h @@ -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.0.1" +#define U_ICU_VERSION "49.0.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.0.1" +#define U_ICU_DATA_VERSION "49.0.2" #endif /* U_HIDE_INTERNAL_API */ /*=========================================================================== diff --git a/icu4c/source/data/misc/icuver.txt b/icu4c/source/data/misc/icuver.txt index f617e48cc29..bb85eebf7d9 100644 --- a/icu4c/source/data/misc/icuver.txt +++ b/icu4c/source/data/misc/icuver.txt @@ -6,6 +6,6 @@ // *************************************************************************** icuver:table(nofallback){ - DataVersion { "49.0.1.0" } - ICUVersion { "49.0.1.0" } + DataVersion { "49.0.2.0" } + ICUVersion { "49.0.2.0" } }