From: Andy Heninger Date: Wed, 28 Mar 2018 22:07:24 +0000 (+0000) Subject: ICU-13194 RBBI, bump data version number. New reverse tables are not compatible. X-Git-Tag: release-62-rc~204^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=198a14956e66252e94613ebf7058c9d014c67aad;p=icu ICU-13194 RBBI, bump data version number. New reverse tables are not compatible. X-SVN-Rev: 41168 --- diff --git a/icu4c/source/common/rbbidata.h b/icu4c/source/common/rbbidata.h index 4a66b67ac88..b7de6ce073c 100644 --- a/icu4c/source/common/rbbidata.h +++ b/icu4c/source/common/rbbidata.h @@ -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.