diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-01-17 01:35:58 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-01-17 11:12:41 +0100 |
commit | 8febc2408c8858e34912fda957a1ad37828c4d4d (patch) | |
tree | 24277b80166abe51bfc84a178af0fc3878e465fa | |
parent | 53624bcd2bbc6fd91c7a487b0703ddf427e312de (diff) | |
download | rpmtools-8febc2408c8858e34912fda957a1ad37828c4d4d.tar rpmtools-8febc2408c8858e34912fda957a1ad37828c4d4d.tar.gz rpmtools-8febc2408c8858e34912fda957a1ad37828c4d4d.tar.bz2 rpmtools-8febc2408c8858e34912fda957a1ad37828c4d4d.tar.xz rpmtools-8febc2408c8858e34912fda957a1ad37828c4d4d.zip |
-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; |