diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 5.28 - 30 April 2020 + - actually support deps on patched Mageia[23]'s rpm-4.11 - fix compiling with rpm-4.10 (eg: Debian 7 Wheezy) @@ -14,7 +14,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = 'v5.27'; +our $VERSION = 'v5.28'; URPM->bootstrap($VERSION); |