From 0714b5da8ca54e7fa06bae3b2f3dd3fd51354848 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 9 Nov 2011 13:02:39 +0000 Subject: 0.24 git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@152 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 c25db44..9482d32 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,5 @@ +Version 0.24 - 09 November 2011 + - add rpm-4.6 support (pixel, 2009-01-20) - add rpm-4.8 support (Dexter Morgan, 2011-02) - add rpm-4.9 support (tv, 2011-08) diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index de041ac..d543e1e 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.23'; +our $VERSION = '0.24'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1