summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/pinyin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 600068a..3310616 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
m4_define([libpinyin_major_version], [0])
m4_define([libpinyin_minor_version], [6])
-m4_define([libpinyin_micro_version], [91])
+m4_define([libpinyin_micro_version], [92])
m4_define([libpinyin_abi_current], [2])
m4_define([libpinyin_abi_revision], [0])
diff --git a/src/pinyin.h b/src/pinyin.h
index 0792358..87c1d48 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -481,7 +481,7 @@ typedef ChewingKeyVector PinyinKeyVector;
typedef ChewingKeyRestVector PinyinKeyPosVector;
-#define LIBPINYIN_FORMAT_VERSION "0.6.91"
+#define LIBPINYIN_FORMAT_VERSION "0.6.92"
};