ICU-7193 Update version number to 4.3.3

X-SVN-Rev: 26786
This commit is contained in:
Michael Ow 2009-10-14 20:13:03 +00:00
parent 94229bc898
commit 29d8944fc5
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 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

View file

@ -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" }
}