ICU-7304 Update version to 4.3.4

X-SVN-Rev: 27090
This commit is contained in:
Michael Ow 2009-12-17 04:57:49 +00:00
parent b53f0f9667
commit 93a4daa9b8
2 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
#define U_ICU_VERSION_PATCHLEVEL_NUM 3
#define U_ICU_VERSION_PATCHLEVEL_NUM 4
/** 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.3"
#define U_ICU_VERSION "4.3.4"
/** 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.3"
#define U_ICU_DATA_VERSION "4.3.4"
/*===========================================================================
* ICU collation framework version information

View File

@ -6,6 +6,6 @@
// ***************************************************************************
icuver:table(nofallback){
DataVersion { "4.3.3.0" }
ICUVersion { "4.3.3.0" }
DataVersion { "4.3.4.0" }
ICUVersion { "4.3.4.0" }
}