From 6a48db05e192f766e7b5f6312c3c3ae518d0a1e6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 30 Apr 2020 13:57:33 +0200 Subject: 5.28 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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); -- cgit v1.2.1