From ed506c6bdd7de47bc8bc091e39177a9852749d93 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 1 Mar 2013 18:38:23 +0800 Subject: update binary file format version as gb_char.table and gbk_char.table has been updated. --- src/pinyin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pinyin.h b/src/pinyin.h index 96f9023..51dafdd 100644 --- a/src/pinyin.h +++ b/src/pinyin.h @@ -590,7 +590,7 @@ typedef ChewingKeyVector PinyinKeyVector; typedef ChewingKeyRestVector PinyinKeyPosVector; -#define LIBPINYIN_FORMAT_VERSION "0.8.1" +#define LIBPINYIN_FORMAT_VERSION "0.8.91" }; -- cgit