From 314fe22c50c52fb50576f92c326d82bacbbc3894 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Sep 2007 16:08:01 +0000 Subject: 2.02 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 51143a8..db907f2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 2.02 - 18 September 2007, by Pascal "Pixel" Rigaux + - choose every kernel--devel- packages when kernel-- is selected - fix regression in 2.00: we can't cache the platform, cache the result of diff --git a/URPM.pm b/URPM.pm index bb50243..7427ae0 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '2.01'; +our $VERSION = '2.02'; URPM->bootstrap($VERSION); -- cgit v1.2.1