diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-01-07 16:22:37 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-01-07 16:22:37 +0000 |
commit | 0a7ff99241883736064d013c1e8f296f8f93750e (patch) | |
tree | 6ccd5797c568966ac115892f24c3000da005a034 | |
parent | 5d5040e38e2a11917566d2f230ba081074ef8534 (diff) | |
download | rpm-setup-0a7ff99241883736064d013c1e8f296f8f93750e.tar rpm-setup-0a7ff99241883736064d013c1e8f296f8f93750e.tar.gz rpm-setup-0a7ff99241883736064d013c1e8f296f8f93750e.tar.bz2 rpm-setup-0a7ff99241883736064d013c1e8f296f8f93750e.tar.xz rpm-setup-0a7ff99241883736064d013c1e8f296f8f93750e.zip |
Version 1.88 - 7 January 2009, by Christophe Fergeau1.88
- fix ugly warning during invocation of php.req
- RPM5 fixes
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -0,0 +1,4 @@ +Version 1.88 - 7 January 2009, by Christophe Fergeau + +- fix ugly warning during invocation of php.req +- RPM5 fixes diff --git a/configure.ac b/configure.ac index bc7af73..dd44c0a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.87, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.88, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |