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.25 - 8 April 2020 + - add support for reinstall (needs rpm >= 4.12.x) - workaround rpm-4.16 adding provides to SRPMs, thus fixing urpmi testuite @@ -14,7 +14,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = 'v5.24.1'; +our $VERSION = 'v5.25'; URPM->bootstrap($VERSION); |