From 91b74697195769cbcd4b2a9bfc6ff8e6d6ddd852 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 9 Dec 2008 16:05:10 +0000 Subject: 3.21 --- NEWS | 4 +++- URPM.pm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b59fb37..ce06a19 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ -- drop list_rpm_tag() +Version 3.21 - 9 December 2008, by Pascal "Pixel" Rigaux + - adapt to librpm4.6 +- drop list_rpm_tag() Version 3.20 - 14 October 2008, by Pascal "Pixel" Rigaux diff --git a/URPM.pm b/URPM.pm index 5903760..8149919 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '3.20'; +our $VERSION = '3.21'; URPM->bootstrap($VERSION); -- cgit v1.2.1