From 1c45e1a26ab78dd561956d1121a45aac96bbd8db Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 27 Oct 2017 23:57:36 +0200 Subject: 0.37 --- RPM4/NEWS | 2 ++ RPM4/lib/RPM4.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RPM4/NEWS b/RPM4/NEWS index ca5653f..6cbd52c 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,5 @@ +Version 0.37 - 27 October 2017 + - fix running rpm_produced - improve doc - fix a segfault diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index 8c826c8..1374a2e 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.36'; +our $VERSION = '0.37'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1