summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-05-25 14:46:53 +0800
committerPeng Wu <alexepico@gmail.com>2012-05-25 14:47:03 +0800
commitd4e6757839343449d9db719a13460783873bf85f (patch)
treefcaa6ed1d2211bafa4bccf6e8ef65639e520b27c
parent6f720f328c6c0250a685db1fb773c61c6ae3076e (diff)
downloadlibpinyin-d4e6757839343449d9db719a13460783873bf85f.tar.gz
libpinyin-d4e6757839343449d9db719a13460783873bf85f.tar.xz
libpinyin-d4e6757839343449d9db719a13460783873bf85f.zip
bump version 0.6.0
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
-rw-r--r--src/pinyin.h2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ce10c28..fc96202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+version 0.6.0
+* the first official release of 0.6.x.
+
version 0.5.92
* fixes new parsers and chewing large table;
* improves pinyin_save.
diff --git a/configure.ac b/configure.ac
index ac627df..036556d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.60)
-AC_INIT(libpinyin, 0.5.92, alexepico@gmail.com)
+AC_INIT(libpinyin, 0.6.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 8783239..dad55e3 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -350,7 +350,7 @@ typedef ChewingKeyVector PinyinKeyVector;
typedef ChewingKeyRestVector PinyinKeyPosVector;
-#define LIBPINYIN_FORMAT_VERSION "0.5.92"
+#define LIBPINYIN_FORMAT_VERSION "0.6.0"
};