aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);