diff options
author | Peng Wu <alexepico@gmail.com> | 2013-03-01 18:38:23 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2013-03-01 18:38:23 +0800 |
commit | ed506c6bdd7de47bc8bc091e39177a9852749d93 (patch) | |
tree | d22056b4ec18232a1f78084ef27774adf994ee24 /src | |
parent | 51afb0c5c08461abecec3ccce722f31b354ae0dd (diff) | |
download | libpinyin-ed506c6bdd7de47bc8bc091e39177a9852749d93.tar.gz libpinyin-ed506c6bdd7de47bc8bc091e39177a9852749d93.tar.xz libpinyin-ed506c6bdd7de47bc8bc091e39177a9852749d93.zip |
update binary file format version
as gb_char.table and gbk_char.table has been updated.
Diffstat (limited to 'src')
-rw-r--r-- | src/pinyin.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" }; |