mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-856 1.8 - begin the throw of the big switch....
X-SVN-Rev: 3672
This commit is contained in:
parent
0b73c2d2a8
commit
20f5772605
1 changed files with 2 additions and 2 deletions
|
@ -98,10 +98,10 @@
|
|||
/*===========================================================================*/
|
||||
|
||||
/** The current ICU library version as a dotted-decimal string. */
|
||||
#define U_ICU_VERSION "1.7"
|
||||
#define U_ICU_VERSION "1.8"
|
||||
|
||||
/** The current ICU library major/minor version as a string without dots, for library name suffixes. */
|
||||
#define U_ICU_VERSION_SHORT "17"
|
||||
#define U_ICU_VERSION_SHORT "18"
|
||||
|
||||
/** An ICU version consists of up to 4 numbers from 0..255. */
|
||||
#define U_MAX_VERSION_LENGTH 4
|
||||
|
|
Loading…
Add table
Reference in a new issue