diff options
-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; |