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 | |
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
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | rpmtools.pm | 2 |
3 files changed, 4 insertions, 2 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 @@ -1,3 +1,5 @@ +Version 7.11 - 13 January 2020, by Thierry Vignaud + - cpan_testers: o do not force vendor dirs which break eg: CentOS/FreeBSD diff --git a/rpmtools.pm b/rpmtools.pm index cad501b..a5197e6 100644 --- a/rpmtools.pm +++ b/rpmtools.pm @@ -2,6 +2,6 @@ package rpmtools; # Dummy package for CPAN testers -our $VERSION = '7.10'; +our $VERSION = '7.11'; 1; |