ICU-13194 RBBI, bump data version number. New reverse tables are not compatible.

X-SVN-Rev: 41168
This commit is contained in:
Andy Heninger 2018-03-28 22:07:24 +00:00
parent 5264c153c1
commit 198a14956e

View file

@ -58,7 +58,7 @@ ubrk_swap(const UDataSwapper *ds,
U_NAMESPACE_BEGIN
// The current RBBI data format version.
static const uint8_t RBBI_DATA_FORMAT_VERSION[] = {4, 0, 0, 0};
static const uint8_t RBBI_DATA_FORMAT_VERSION[] = {5, 0, 0, 0};
/*
* The following structs map exactly onto the raw data from ICU common data file.