From 09d7fc805548aee503faf74bae5f68c231d20320 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 25 Oct 2023 13:43:53 +0200 Subject: 0.47 --- RPM4/NEWS | 2 ++ RPM4/lib/RPM4.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'RPM4') diff --git a/RPM4/NEWS b/RPM4/NEWS index 22134e8..75b8be8 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,5 @@ +Version 0.47 - 25 October 2023 + - Adapt for rpm-4.19.0 final Version 0.46 - 29 April 2022 diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index acc5235..360d05e 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.46'; +our $VERSION = '0.47'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1