From 7856b5bb35e0195ad94ffb2e131049831ec0ac5d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Feb 2020 10:23:41 +0100 Subject: 0.41 --- RPM4/NEWS | 2 ++ RPM4/lib/RPM4.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RPM4/NEWS b/RPM4/NEWS index acfd7c6..4a127e2 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,5 @@ +Version 0.41 - 14 February 2020 + - fix detecting rpm-4.15.x final Version 0.40 - 9 September 2019 diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index 65cb3c0..d525c4c 100644 --- a/RPM4/lib/RPM4.pm +++ b/RPM4/lib/RPM4.pm @@ -30,7 +30,7 @@ use RPM4::Header::Dependencies; use RPM4::Header::Files; use RPM4::Spec; -our $VERSION = '0.40'; +our $VERSION = '0.41'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1