From 01d63782e4a331bd3e75840c1fa7acc5f79de3b8 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Fri, 31 Aug 2012 22:07:42 +0000 Subject: [PATCH] ICU-9412 ICU4C version to 50.0.2 X-SVN-Rev: 32313 --- icu4c/source/common/unicode/uvernum.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/common/unicode/uvernum.h b/icu4c/source/common/unicode/uvernum.h index cbb58259873..123573eaaaf 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 "50.0.1" +#define U_ICU_VERSION "50.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 "50.0.1" +#define U_ICU_DATA_VERSION "50.0.2" #endif /* U_HIDE_INTERNAL_API */ /*=========================================================================== -- 2.40.0