diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-24 07:07:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-24 07:07:04 +0000 |
commit | b8ba2124bc80b5e173e2846ef16e10b545f198ab (patch) | |
tree | 566b4aa0c07b64ed941072494ffbab1f40094219 | |
parent | f32d09a78a56136cbbbf5a1a748ac8ad9ab8ea56 (diff) | |
download | rpm-setup-b8ba2124bc80b5e173e2846ef16e10b545f198ab.tar rpm-setup-b8ba2124bc80b5e173e2846ef16e10b545f198ab.tar.gz rpm-setup-b8ba2124bc80b5e173e2846ef16e10b545f198ab.tar.bz2 rpm-setup-b8ba2124bc80b5e173e2846ef16e10b545f198ab.tar.xz rpm-setup-b8ba2124bc80b5e173e2846ef16e10b545f198ab.zip |
1.1571.157
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 1.157 - 24 Aug 2012, by Thierry Vignaud - find-provides: fix pok's perlapi auto provides Version 1.156 - 21 Aug 2012, by Thierry Vignaud diff --git a/configure.ac b/configure.ac index f51e637..871e244 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 1.156, tv@mageia.org) +AC_INIT(rpm-mageia-setup, 1.157, tv@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |