diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-26 21:32:33 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-26 21:32:33 +0000 |
commit | 73a6af82acd36ab63b904c763ed36979d2dc0d90 (patch) | |
tree | 7089ab04f02133f5dfa146953aafbeb3ed9893c1 /Makefile.PL | |
parent | 194eba325c2a28055ca560bfca7e952323ac7101 (diff) | |
download | rpmtools-73a6af82acd36ab63b904c763ed36979d2dc0d90.tar rpmtools-73a6af82acd36ab63b904c763ed36979d2dc0d90.tar.gz rpmtools-73a6af82acd36ab63b904c763ed36979d2dc0d90.tar.bz2 rpmtools-73a6af82acd36ab63b904c763ed36979d2dc0d90.tar.xz rpmtools-73a6af82acd36ab63b904c763ed36979d2dc0d90.zip |
6.46.4
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 225df11..9b21a6f 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "6.3"; +my $rpmtools_version = "6.4"; # where to find the rpm utility |