diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2023-10-25 13:43:53 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2023-10-25 13:49:17 +0200 |
commit | 09d7fc805548aee503faf74bae5f68c231d20320 (patch) | |
tree | b47e613c61d714858267e5cdacb6b2bfec7c9285 | |
parent | e2720b3147e2be8b5b9627e09de01136df1ab586 (diff) | |
download | perl-RPM4-09d7fc805548aee503faf74bae5f68c231d20320.tar perl-RPM4-09d7fc805548aee503faf74bae5f68c231d20320.tar.gz perl-RPM4-09d7fc805548aee503faf74bae5f68c231d20320.tar.bz2 perl-RPM4-09d7fc805548aee503faf74bae5f68c231d20320.tar.xz perl-RPM4-09d7fc805548aee503faf74bae5f68c231d20320.zip |
-rw-r--r-- | RPM4/NEWS | 2 | ||||
-rw-r--r-- | RPM4/lib/RPM4.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |