From 7012134ed81f050c4f45f043a346818c76bf0fc7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 17 Sep 2012 13:10:18 +0800 Subject: bump version 0.7.91 --- configure.ac | 2 +- src/pinyin.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9829b86..d7efa07 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([libpinyin_major_version], [0]) m4_define([libpinyin_minor_version], [7]) -m4_define([libpinyin_micro_version], [1]) +m4_define([libpinyin_micro_version], [91]) m4_define([libpinyin_abi_current], [2]) m4_define([libpinyin_abi_revision], [0]) diff --git a/src/pinyin.h b/src/pinyin.h index 2183388..2114680 100644 --- a/src/pinyin.h +++ b/src/pinyin.h @@ -506,7 +506,7 @@ typedef ChewingKeyVector PinyinKeyVector; typedef ChewingKeyRestVector PinyinKeyPosVector; -#define LIBPINYIN_FORMAT_VERSION "0.7.1" +#define LIBPINYIN_FORMAT_VERSION "0.7.91" }; -- cgit