aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-01-17 18:14:26 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-01-17 18:14:38 +0100
commit1095f57e60c767b72576079308e250b710a1368a (patch)
treef8dd184bc34d9ff41ab553bd28b6c79445e88580
parentfd43bab38200c17a617996a3b38ed703c7eec530 (diff)
downloadperl-URPM-1095f57e60c767b72576079308e250b710a1368a.tar
perl-URPM-1095f57e60c767b72576079308e250b710a1368a.tar.gz
perl-URPM-1095f57e60c767b72576079308e250b710a1368a.tar.bz2
perl-URPM-1095f57e60c767b72576079308e250b710a1368a.tar.xz
perl-URPM-1095f57e60c767b72576079308e250b710a1368a.zip
5.24.15.24.1
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 820ffc4..7d81412 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -80,7 +80,7 @@ WriteMakefile(
provides => {
'URPM' => {
file => 'URPM.pm',
- version => 'v5.24',
+ version => 'v5.24.1',
},
'URPM::Resolve' => {
file => 'URPM/Resolve.pm',
diff --git a/NEWS b/NEWS
index a3316bf..593b920 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 5.24.1 - 17 January 2020
+
- make test pass on most distros
Version 5.24 - 17 January 2020
diff --git a/URPM.pm b/URPM.pm
index 133b31a..aa2b5f0 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = 'v5.24';
+our $VERSION = 'v5.24.1';
URPM->bootstrap($VERSION);