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 a5a0053..9e27caf 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "7.11"; +my $rpmtools_version = "7.12"; # where to find the rpm utility @@ -1,3 +1,5 @@ +Version 7.12 - 17 January 2020, by Thierry Vignaud + - switch from md5sum to Digest::MD5 thus improving urpmi test coverage Version 7.11 - 13 January 2020, by Thierry Vignaud diff --git a/rpmtools.pm b/rpmtools.pm index a5197e6..eb69eba 100644 --- a/rpmtools.pm +++ b/rpmtools.pm @@ -2,6 +2,6 @@ package rpmtools; # Dummy package for CPAN testers -our $VERSION = '7.11'; +our $VERSION = '7.12'; 1; |