diff options
-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.32 - 17 December 2012 + - drop support for repackage (not working anymore since rpm-4.6) - fix parsing new rpm headers - fix retrieving rpm version with beta versions diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index 5723c58..caaaeab 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.31'; +our $VERSION = '0.32'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp |