diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-22 14:31:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-22 14:31:37 +0000 |
commit | 84a49ee46cf62a312815fc0d88e041b46ce059cb (patch) | |
tree | fb14ecda18c0ae898bf708435987ffedd6a64df8 /Makefile.PL | |
parent | af6f5e88a114a8e4f022534e9edf12c69cc80501 (diff) | |
download | rpmtools-84a49ee46cf62a312815fc0d88e041b46ce059cb.tar rpmtools-84a49ee46cf62a312815fc0d88e041b46ce059cb.tar.gz rpmtools-84a49ee46cf62a312815fc0d88e041b46ce059cb.tar.bz2 rpmtools-84a49ee46cf62a312815fc0d88e041b46ce059cb.tar.xz rpmtools-84a49ee46cf62a312815fc0d88e041b46ce059cb.zip |
5.3.1 is a dead born release5.3.2
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 01918bc..b447339 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "5.3.1"; +my $rpmtools_version = "5.3.2"; sub MY::postamble { <<MAKEMAKEFILE; |