From a3ca950b17e99a3e61f1f2098866f321559c22cd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 10 Apr 2020 22:19:42 +0200 Subject: 8.122 --- Makefile.PL | 2 +- NEWS | 2 ++ urpm.pm | 2 +- urpmi.pm | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 619ddce4..bbf198e5 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -194,7 +194,7 @@ WriteMakefile( }, 'urpmi' => { file => 'urpmi.pm', - version => 'v8.120', + version => 'v8.122', }, }, resources => { diff --git a/NEWS b/NEWS index 7187c27b..5841d286 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 8.122 - 28 April 2020 + - cpan_testers: o adapt to a world where gcc is no more the apex predator (aka works out of the box when there's clang but not gcc) diff --git a/urpm.pm b/urpm.pm index e8e71c44..a0f01202 100644 --- a/urpm.pm +++ b/urpm.pm @@ -14,7 +14,7 @@ use urpm::md5sum; # perl_checker: require urpm::media # perl_checker: require urpm::parallel -our $VERSION = 'v8.121'; +our $VERSION = 'v8.122'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); diff --git a/urpmi.pm b/urpmi.pm index 0d37e633..ff44302b 100644 --- a/urpmi.pm +++ b/urpmi.pm @@ -2,6 +2,6 @@ package urpmi; # Dummy package for CPAN testers -our $VERSION = '8.121'; +our $VERSION = '8.122'; 1; -- cgit v1.2.1