From a58cf629be7e0d0512d6e1fd95c5004fb833c8c3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 30 Apr 2020 13:57:33 +0200 Subject: 5.122 v5.28.0 is less than 5.21 (if interepreted as a floating point, which perl always did). So in order to to switch from old-style to new-style, we need to use at least v5.212.0, as 5.21 was the greatest old-style version. --- Changes | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index c5978d1..3650016 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +Version 5.122 - 3 June 2020 + - handle RPM version with "beta" or "rc" in it Version 5.28 - 30 April 2020 diff --git a/URPM.pm b/URPM.pm index c3a255a..51ba47a 100644 --- a/URPM.pm +++ b/URPM.pm @@ -14,7 +14,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = 'v5.28'; +our $VERSION = 'v5.122'; URPM->bootstrap($VERSION); -- cgit v1.2.1