ICU-6098 ICU4C version to 3.9.3
X-SVN-Rev: 23778
This commit is contained in:
parent
b4178cea4e
commit
10b591004d
@ -73,7 +73,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.
|
||||
@ -94,7 +94,7 @@
|
||||
* This value will change in the subsequent releases of ICU
|
||||
* @stable ICU 2.4
|
||||
*/
|
||||
#define U_ICU_VERSION "3.9.2"
|
||||
#define U_ICU_VERSION "3.9.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 @@ TransliteratorRoundTripTest::runIndexedTest(int32_t index, UBool exec,
|
||||
// Time bomb - allows temporary behavior that expires at a given
|
||||
// release
|
||||
//--------------------------------------------------------------------
|
||||
static const UVersionInfo ICU_39 = {3,9,3,0};
|
||||
static const UVersionInfo ICU_39 = {3,9,4,0};
|
||||
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
@ -192,7 +192,7 @@ TransliteratorTest::runIndexedTest(int32_t index, UBool exec,
|
||||
}
|
||||
}
|
||||
|
||||
static const UVersionInfo ICU_39 = {3,9,3,0};
|
||||
static const UVersionInfo ICU_39 = {3,9,4,0};
|
||||
/**
|
||||
* Make sure every system transliterator can be instantiated.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user