ICU-89 Update the Collator version info again.

X-SVN-Rev: 2153
This commit is contained in:
Helena Chapman 2000-08-09 23:20:50 +00:00
parent 6656731933
commit 2a8843171c

View file

@ -53,7 +53,7 @@
// History
// ICU 1.6: fVersion[3] 0->1 due to update to Normalizer algorithm and
// tables to Unicode 3.0 / UTR15 - Liu
const UVersionInfo Collator::fVersion = {1, 0, 0, 1};
const UVersionInfo Collator::fVersion = {1, 1, 0, 0};
Collator::Collator()
: strength(Collator::TERTIARY), decmp(Normalizer::DECOMP)