From 216c5d8c8a03238f40c89666e3da3f32ab628704 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 14 Sep 2007 14:35:18 +0000 Subject: 2.01 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 25a87e6..e93f704 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 2.01 - 14 September 2007, by Pascal "Pixel" Rigaux + - fix bug occurring with --keep - fix regression in 2.00: keep_unrequested_dependencies is still used by installer. restore it, but must now be set trough diff --git a/URPM.pm b/URPM.pm index 517f387..fb5c329 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '2.00'; +our $VERSION = '2.01'; URPM->bootstrap($VERSION); -- cgit v1.2.1