From 07561db81059e41d234799dca1c7beafb7203eea Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 3 Jun 2020 16:09:59 +0200 Subject: 0.43 --- RPM4/NEWS | 4 ++++ RPM4/lib/RPM4.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RPM4/NEWS b/RPM4/NEWS index 0302741..b37f22c 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,7 @@ +Version 0.43 - 3 June 2020 + +- handle RPM version with "beta" or "rc" in it + Version 0.42 - 23 April 2020 - fix comparing version when using a fixup rpm release such as 4.12.0.2 diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index 9acca18..4bd307d 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.42'; +our $VERSION = '0.43'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1