summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-04-10 22:19:42 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-04-29 16:16:24 +0200
commita3ca950b17e99a3e61f1f2098866f321559c22cd (patch)
tree5b204d1c141b4ca528b8d6e65c597b31f062bd67
parentd30cf769e7cddd57d6042953b1f85079e3fbb60a (diff)
downloadurpmi-a3ca950b17e99a3e61f1f2098866f321559c22cd.tar
urpmi-a3ca950b17e99a3e61f1f2098866f321559c22cd.tar.gz
urpmi-a3ca950b17e99a3e61f1f2098866f321559c22cd.tar.bz2
urpmi-a3ca950b17e99a3e61f1f2098866f321559c22cd.tar.xz
urpmi-a3ca950b17e99a3e61f1f2098866f321559c22cd.zip
8.1228.122
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.pm2
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;