From e007f82e9b6bd208f4a32da82f52fef7965361a3 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 12 Nov 2012 14:36:40 +0800 Subject: mark format version as 0.8.0 --- src/pinyin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pinyin.h b/src/pinyin.h index c8fb0c7..645e02e 100644 --- a/src/pinyin.h +++ b/src/pinyin.h @@ -521,7 +521,7 @@ typedef ChewingKeyVector PinyinKeyVector; typedef ChewingKeyRestVector PinyinKeyPosVector; -#define LIBPINYIN_FORMAT_VERSION "0.8.91" +#define LIBPINYIN_FORMAT_VERSION "0.8.0" }; -- cgit