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.27 - 29 April 2020 + - fix testing on pre UsrMove Linuxes (eg: mga2) - restore support for rpm-4.9 @@ -14,7 +14,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = 'v5.26'; +our $VERSION = 'v5.27'; URPM->bootstrap($VERSION); |