summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-03-01 18:38:23 +0800
committerPeng Wu <alexepico@gmail.com>2013-03-01 18:38:23 +0800
commited506c6bdd7de47bc8bc091e39177a9852749d93 (patch)
treed22056b4ec18232a1f78084ef27774adf994ee24
parent51afb0c5c08461abecec3ccce722f31b354ae0dd (diff)
downloadlibpinyin-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.
-rw-r--r--src/pinyin.h2
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"
};