aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
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);