From d9dc28b92692f138c1f8444e47cb759b0b7416fe Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 12 Jun 2012 17:37:45 +0000 Subject: 0.29 git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@200 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/NEWS | 2 ++ RPM4/lib/RPM4.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RPM4/NEWS b/RPM4/NEWS index a1c9b1c..3264c54 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,5 @@ +Version 0.29 - 12 June 2012 + - functions that not are implemented since switching to rpm-4.6 now die - use rpm-4.6+ API, not rpm-4.4 compatibility one (fix some memleaks btw) diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index f5a9459..f4ceeb1 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.28'; +our $VERSION = '0.29'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1