From 9652556d257070b080f748a43d8b600a420db44a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 9 Sep 2019 16:25:10 +0200 Subject: 0.40 --- RPM4/NEWS | 2 ++ RPM4/lib/RPM4.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RPM4/NEWS b/RPM4/NEWS index 84f0433..ac5e0b9 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,5 @@ +Version 0.40 - 9 September 2019 + - fix building with rpm-4.15 Version 0.39 - 18 September 2018 diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index 7dadb09..65cb3c0 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.39'; +our $VERSION = '0.40'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1