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 db36564..7146996 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.60)
-AC_INIT(libpinyin, 0.4.93, alexepico@gmail.com)
+AC_INIT(libpinyin, 0.5.0, alexepico@gmail.com)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
diff --git a/src/pinyin.h b/src/pinyin.h
index 3948340..42b526a 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -112,7 +112,7 @@ typedef ChewingKeyVector PinyinKeyVector;
typedef ChewingKeyRestVector PinyinKeyPosVector;
-#define LIBPINYIN_FORMAT_VERSION "0.4.91"
+#define LIBPINYIN_FORMAT_VERSION "0.5.0"
};