From 6a524694a7fd21b979d2ed6f93dce2f61e073ef9 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 9 Jun 2012 14:51:41 +0000 Subject: 0.28 git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@185 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 a0009bc..25ef0a5 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,5 @@ +Version 0.28 - 9 June 2012 + - fix build with rpm-4.10.0 Version 0.27 - 21 December 2011 diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index 55cb973..f5a9459 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.27'; +our $VERSION = '0.28'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1