diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-07-31 10:36:49 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-07-31 10:36:49 +0000 |
commit | 69a10925ff12a71f90c6fb304a6d70573634d561 (patch) | |
tree | db54d5c1af324066e57cc91c29b968029dfd3be5 | |
parent | ee7e65693c0b7f58404e4f5053e0a521601e3c5b (diff) | |
download | rpm-setup-69a10925ff12a71f90c6fb304a6d70573634d561.tar rpm-setup-69a10925ff12a71f90c6fb304a6d70573634d561.tar.gz rpm-setup-69a10925ff12a71f90c6fb304a6d70573634d561.tar.bz2 rpm-setup-69a10925ff12a71f90c6fb304a6d70573634d561.tar.xz rpm-setup-69a10925ff12a71f90c6fb304a6d70573634d561.zip |
1.1531.153
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 1.153 - 31 Jul 2012, by Thierry Vignaud - shrunk debug packages through using dwz (https://fedoraproject.org/wiki/Features/DwarfCompressor) diff --git a/configure.ac b/configure.ac index 409f494..3f12906 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.152, tv@mageia.org) +AC_INIT(rpm-mageia-setup, 1.153, tv@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |