From e932863af3bad36ff555d2bff478366ef43073fd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 14 Oct 2008 17:35:48 +0000 Subject: 3.20 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8839ee5..1c90295 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 3.20 - 14 October 2008, by Pascal "Pixel" Rigaux + - $trans->run can now return both the translated errors, and some parsable errors (useful for example to detect diskspace issues) diff --git a/URPM.pm b/URPM.pm index 41b484b..e86a155 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '3.19'; +our $VERSION = '3.20'; URPM->bootstrap($VERSION); -- cgit v1.2.1