diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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) @@ -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); |