From c8dfe60876c89902fe03db412ed77c8c3f2cdc65 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 12 Jun 2007 13:57:03 +0000 Subject: 1.64 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 823de3a..7a80bab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 1.64 - 9 May 2007, by Pascal "Pixel" Rigaux + - hack on $pkg->is_arch_compat to make it return true for noarch packages when using rpm 4.4.8 (#31314) diff --git a/URPM.pm b/URPM.pm index 82f9ad0..6ffafc8 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.63'; +our $VERSION = '1.64'; URPM->bootstrap($VERSION); -- cgit v1.2.1