diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-30 14:42:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-30 14:42:00 +0000 |
commit | e6b0ba3babae8464849629af8bf9ab468091c692 (patch) | |
tree | 977eef7c55c89ee009b56138d3e4de3efb1d8612 | |
parent | fcb98b61d1b6c455d61182e112ecd841b85026c9 (diff) | |
download | rpmtools-5.8.tar rpmtools-5.8.tar.gz rpmtools-5.8.tar.bz2 rpmtools-5.8.tar.xz rpmtools-5.8.zip |
5.85.8
-rw-r--r-- | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 5bc7e13..f8ab70e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "5.7"; +my $rpmtools_version = "5.8"; # where to find the rpm utility @@ -1,3 +1,5 @@ +Version 5.8 - 30 September 2008, by Pascal "Pixel" Rigaux + - gendistrib: o don't call genhdlist2 with --no-md5sum for no good reason |