ICU-961 changed U_ICU_VERSION to 1.8.1 which in turns ensures that all

the library version numbers are okay.

X-SVN-Rev: 4731
This commit is contained in:
Yves Arrouye 2001-05-21 22:07:19 +00:00
parent 4cbb5723ca
commit 9d65eb286b

View File

@ -109,8 +109,9 @@
/** The current ICU patchlevel version as an integer. */
#define U_ICU_VERSION_PATCHLEVEL_NUM 1
/** The current ICU library version as a dotted-decimal string. */
#define U_ICU_VERSION "1.8"
/** 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"
/** The current ICU library major/minor version as a string without dots, for library name suffixes. */
#define U_ICU_VERSION_SHORT "18"