summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-01-18 10:17:41 +0800
committerPeng Wu <alexepico@gmail.com>2012-01-18 10:17:41 +0800
commit3ae046fe05df148363e5ee77bb9b1ff32e5ffce0 (patch)
treee24dc680e676385c25b3e1b0e5e46c235cce6d2d
parent7627410238bc5d073f2f3424f009ace4c90c1f4e (diff)
downloadlibpinyin-3ae046fe05df148363e5ee77bb9b1ff32e5ffce0.tar.gz
libpinyin-3ae046fe05df148363e5ee77bb9b1ff32e5ffce0.tar.xz
libpinyin-3ae046fe05df148363e5ee77bb9b1ff32e5ffce0.zip
bump version 0.5.0
-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"
};