diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | Makefile.PL | 2 | ||||
-rw-r--r-- | URPM.pm | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,5 @@ +Version 5.124 - 19 October 2021 + - Prevent SRPM to conflicts with its own build deps Version 5.123 - 4 November 2020 diff --git a/Makefile.PL b/Makefile.PL index 7a43831..92f27b8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -91,7 +91,7 @@ WriteMakefile( provides => { 'URPM' => { file => 'URPM.pm', - version => 'v5.24.1', + version => 'v5.124', }, 'URPM::Resolve' => { file => 'URPM/Resolve.pm', @@ -14,7 +14,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = 'v5.123'; +our $VERSION = 'v5.124'; URPM->bootstrap($VERSION); |