From 8a12a97433fab610c4210ca028d374e086f1fa02 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 2 Jan 2012 16:18:21 +0000 Subject: 0.26 git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@173 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 b675d25..f8daa77 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,5 @@ +Version 0.26 - 21 December 2011 + - fix for a random segfault - report script errors diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index f0dae9e..3593000 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.25'; +our $VERSION = '0.26'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1