From 29d8944fc585f4f54f45c638a4c1b58796fc5676 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Wed, 14 Oct 2009 20:13:03 +0000 Subject: [PATCH] ICU-7193 Update version number to 4.3.3 X-SVN-Rev: 26786 --- icu4c/source/common/unicode/uvernum.h | 6 +++--- icu4c/source/data/misc/icuver.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/icu4c/source/common/unicode/uvernum.h b/icu4c/source/common/unicode/uvernum.h index 85f8004bb5e..b4a66248584 100644 --- a/icu4c/source/common/unicode/uvernum.h +++ b/icu4c/source/common/unicode/uvernum.h @@ -41,7 +41,7 @@ * 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 3 /** The current ICU build level version as an integer. * This value is for use by ICU clients. It defaults to 0. @@ -72,7 +72,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.4 */ -#define U_ICU_VERSION "4.3.2" +#define U_ICU_VERSION "4.3.3" /** 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 @@ -83,7 +83,7 @@ /** Data version in ICU4C. * * @draft ICU 4.4 * */ -#define U_ICU_DATA_VERSION "4.3.2" +#define U_ICU_DATA_VERSION "4.3.3" /*=========================================================================== * ICU collation framework version information diff --git a/icu4c/source/data/misc/icuver.txt b/icu4c/source/data/misc/icuver.txt index f8e1a47ef9d..26a19352fed 100644 --- a/icu4c/source/data/misc/icuver.txt +++ b/icu4c/source/data/misc/icuver.txt @@ -6,6 +6,6 @@ // *************************************************************************** icuver:table(nofallback){ - DataVersion { "4.3.2.0" } - ICUVersion { "4.3.2.0" } + DataVersion { "4.3.3.0" } + ICUVersion { "4.3.3.0" } }