diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-21 20:54:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-21 20:54:10 +0000 |
commit | 0624a1ee6366d6714cfd10e4cd6b8877955d9eac (patch) | |
tree | 96a6e27d53f7e03421330e6d2bb97310f72b2838 | |
parent | 9ac75ac8b8d309493c7aa64d14f08bcd14b8afad (diff) | |
download | rpm-setup-0624a1ee6366d6714cfd10e4cd6b8877955d9eac.tar rpm-setup-0624a1ee6366d6714cfd10e4cd6b8877955d9eac.tar.gz rpm-setup-0624a1ee6366d6714cfd10e4cd6b8877955d9eac.tar.bz2 rpm-setup-0624a1ee6366d6714cfd10e4cd6b8877955d9eac.tar.xz rpm-setup-0624a1ee6366d6714cfd10e4cd6b8877955d9eac.zip |
1.1561.156
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 1.156 - 21 Aug 2012, by Thierry Vignaud - find-provides: ignore fontconfig.prov exit code (mga#7078) Version 1.155 - 2 Aug 2012, by Thierry Vignaud diff --git a/configure.ac b/configure.ac index 41bda49..f51e637 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.155, tv@mageia.org) +AC_INIT(rpm-mageia-setup, 1.156, tv@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |