diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-18 10:00:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-18 10:00:35 +0000 |
commit | d431c23ee337a83454c6c4276b61cc1a458d6358 (patch) | |
tree | a8e358ee6ca181d5631b4b7c52bac7abec0b621b | |
parent | 1f4e07e7594eeca309fc100f688086b917812241 (diff) | |
download | rpmtools-5.6.tar rpmtools-5.6.tar.gz rpmtools-5.6.tar.bz2 rpmtools-5.6.tar.xz rpmtools-5.6.zip |
5.65.6
-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 4381ed6..7c9f0f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "5.5"; +my $rpmtools_version = "5.6"; sub MY::postamble { <<MAKEMAKEFILE; @@ -1,3 +1,5 @@ +Version 5.6 - 18 March 2008, by Pascal "Pixel" Rigaux + - gendistrib: o "askmedia" and "suppl" must not modify gendistrib behaviour (#39017) |