From 6c951fd022ad613a9eddddedb63a8184fe367165 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 9 Aug 2007 15:25:02 +0000 Subject: 1.71 --- NEWS | 4 +--- URPM.pm | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 4100087..b956a00 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,4 @@ -- compilation fixes on rpm < 4.4.8 - -Version 1.70 - 9 August 2007, by Pascal "Pixel" Rigaux +Version 1.71 - 9 August 2007, by Pascal "Pixel" Rigaux - compilation fixes on rpm < 4.4.8 diff --git a/URPM.pm b/URPM.pm index 7d91682..c1118d4 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.70'; +our $VERSION = '1.71'; URPM->bootstrap($VERSION); -- cgit v1.2.1