From a41c497e223d3056050086429a336b30c5ea8864 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 29 Jun 2012 11:11:11 +0000 Subject: 3.40.1 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c977328..10227f9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 3.40.1 - 28 June 2012 + - enable to read xz & bzip2 compressed synthesis Version 3.40 - 16 March 2012 diff --git a/URPM.pm b/URPM.pm index b82a314..e4d5449 100644 --- a/URPM.pm +++ b/URPM.pm @@ -11,7 +11,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '3.40'; +our $VERSION = '3.40.1'; URPM->bootstrap($VERSION); -- cgit v1.2.1