ICU-392 bumped ICU version to 1.9 for parallel version usage testing purposes
X-SVN-Rev: 5298
This commit is contained in:
parent
6c8079e008
commit
512090f4b0
@ -26,24 +26,20 @@
|
||||
#define U_ICU_VERSION_MAJOR_NUM 1
|
||||
|
||||
/** The current ICU minor version as an integer. */
|
||||
#define U_ICU_VERSION_MINOR_NUM 8
|
||||
#define U_ICU_VERSION_MINOR_NUM 9
|
||||
|
||||
/** The current ICU patchlevel version as an integer. */
|
||||
#define U_ICU_VERSION_PATCHLEVEL_NUM 1
|
||||
|
||||
/** append macro */
|
||||
#define URAPPEND(name, suffix) name ## suffix
|
||||
|
||||
|
||||
/** Glued version suffix for renamers */
|
||||
#define U_ICU_VERSION_SUFFIX _1_8
|
||||
#define U_ICU_VERSION_SUFFIX _1_9
|
||||
|
||||
/** The current ICU library version as a dotted-decimal string. The patchlevel
|
||||
only appears in this string if it non-zero. */
|
||||
#define U_ICU_VERSION "1.8.1"
|
||||
#define U_ICU_VERSION "1.9"
|
||||
|
||||
/** The current ICU library major/minor version as a string without dots, for library name suffixes. */
|
||||
#define U_ICU_VERSION_SHORT "18"
|
||||
#define U_ICU_VERSION_SHORT "19"
|
||||
|
||||
/** An ICU version consists of up to 4 numbers from 0..255. */
|
||||
#define U_MAX_VERSION_LENGTH 4
|
||||
|
Loading…
Reference in New Issue
Block a user