aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 72bb51f..dc3c5f9 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
diff --git a/URPM.pm b/URPM.pm
index c73fc72..c3a255a 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -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);