diff options
author | Peng Wu <alexepico@gmail.com> | 2011-10-11 12:45:10 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-10-11 12:45:10 +0800 |
commit | eecf06e590cfead43cd54940698523c1b5753141 (patch) | |
tree | 2ff01a651d7aad1fbbae2ef7de32b1cee137a5e5 | |
parent | 84b8ecaf7b1c016b304015788e5ded68abc0d7db (diff) | |
download | libpinyin-eecf06e590cfead43cd54940698523c1b5753141.tar.gz libpinyin-eecf06e590cfead43cd54940698523c1b5753141.tar.xz libpinyin-eecf06e590cfead43cd54940698523c1b5753141.zip |
version 0.2.99.20.2.99.2
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | libpinyin.spec.in | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 580709d..cbb63ca 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.60) -AC_INIT(libpinyin, 0.2.99.1, alexepico@gmail.com) +AC_INIT(libpinyin, 0.2.99.2, alexepico@gmail.com) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) diff --git a/libpinyin.spec.in b/libpinyin.spec.in index 16ca12f..c0d50d9 100644 --- a/libpinyin.spec.in +++ b/libpinyin.spec.in @@ -69,6 +69,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_datadir}/libpinyin/data %changelog +* Tue Oct 11 2011 Peng Wu <pwu@redhat.com> - 0.2.99.2-1 +- Update to 0.2.99.2 + * Wed Sep 28 2011 Peng Wu <pwu@redhat.com> - 0.2.99.1-1 - Update to 0.2.99.1 |