From 56c19b8782fdc08eae4ce2fa5487211424cdc329 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 9 Aug 2007 14:58:30 +0000 Subject: 1.70 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 90cae7c..a3f07a0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 1.70 - 9 August 2007, by Pascal "Pixel" Rigaux + - compilation fixes on rpm < 4.4.8 Version 1.69 - 9 August 2007, by Pascal "Pixel" Rigaux diff --git a/URPM.pm b/URPM.pm index 4aec9f3..7d91682 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.69'; +our $VERSION = '1.70'; URPM->bootstrap($VERSION); -- cgit v1.2.1