From ed09a3291648bc2b9c97fe8e27d9777a0fba1d75 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 25 Jun 2012 18:27:34 +0000 Subject: 0.31 git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@221 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 ae80851..152160f 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,5 @@ +Version 0.31 - 25 June 2012 + - drop rpm5 functions: rpmsysinfodep, rpmgetconfdep, rpmcpuinfodep, rpmpipedep & rpmunamedep (unimplemented for 4 years...) - new spec: diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index 0dc5cb8..f3885d9 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.30'; +our $VERSION = '0.31'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1