diff options
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | 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 => { @@ -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) @@ -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'); @@ -2,6 +2,6 @@ package urpmi; # Dummy package for CPAN testers -our $VERSION = '8.121'; +our $VERSION = '8.122'; 1; |