diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-01-13 02:18:14 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-01-13 02:18:14 +0100 |
commit | 03996585be4cdb7088d0bc0b40913f1fc844de25 (patch) | |
tree | 76fefbaed7312b036343a1abe87f6900174d5b2d /Makefile.PL | |
parent | fd8864e546bdbdb1b963df40c1959302c1c1e8d0 (diff) | |
download | rpmtools-03996585be4cdb7088d0bc0b40913f1fc844de25.tar rpmtools-03996585be4cdb7088d0bc0b40913f1fc844de25.tar.gz rpmtools-03996585be4cdb7088d0bc0b40913f1fc844de25.tar.bz2 rpmtools-03996585be4cdb7088d0bc0b40913f1fc844de25.tar.xz rpmtools-03996585be4cdb7088d0bc0b40913f1fc844de25.zip |
7.117.11
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 6c09dcd..69938ba 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "7.10"; +my $rpmtools_version = "7.11"; # where to find the rpm utility |