ICU-3984 update UCOL_BUILDER_VERSION to version 8

X-SVN-Rev: 28965
This commit is contained in:
Stuart Gill 2010-11-01 19:55:05 +00:00
parent cfe1b1d92f
commit 66efc93b9b
2 changed files with 4 additions and 1 deletions

View file

@ -134,9 +134,12 @@
* now break contractions
* Backward compatible with the old rules.
* This value may change in the subsequent releases of ICU
* version 8 - ICU 4.6 - the addition of collation reordering. It should in general be
* compatible since the data is at the end of the file. However,
* if data parsers make assumptions about lengths this will cause problems.
* @stable ICU 2.4
*/
#define UCOL_BUILDER_VERSION 7
#define UCOL_BUILDER_VERSION 8
/** This is the version of the tailorings
* This value may change in the subsequent releases of ICU