diff options
| author | Peng Wu <alexepico@gmail.com> | 2013-11-25 13:44:41 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2013-11-25 13:44:41 +0800 |
| commit | d5de93dc76480d6016f5e5af0770c77e4105ec4a (patch) | |
| tree | 5f7bef49b90c2c4b0a2b7530371f2dcf80f15696 | |
| parent | cf2720093fe3fae20d2c8378345d2c1c6d970815 (diff) | |
| download | libpinyin-1.0.0.tar.gz libpinyin-1.0.0.tar.xz libpinyin-1.0.0.zip | |
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 13803f9..d07b8e7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ # Process this file with autoconf to produce a configure script. -m4_define([libpinyin_major_version], [0]) -m4_define([libpinyin_minor_version], [9]) -m4_define([libpinyin_micro_version], [94]) +m4_define([libpinyin_major_version], [1]) +m4_define([libpinyin_minor_version], [0]) +m4_define([libpinyin_micro_version], [0]) m4_define([libpinyin_abi_current], [4]) m4_define([libpinyin_abi_revision], [0]) |
