diff options
-rw-r--r-- | RPM4/NEWS | 2 | ||||
-rw-r--r-- | RPM4/lib/RPM4.pm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Version 0.29 - 12 June 2012 +Version 0.30 - 15 June 2012 - functions that not are implemented since switching to rpm-4.6 now die - internal cleanups diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index f4ceeb1..e0b4de9 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.29'; +our $VERSION = '0.30'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp |