aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-29 11:11:11 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-29 11:11:11 +0000
commita41c497e223d3056050086429a336b30c5ea8864 (patch)
tree84093349e391dca3ce2502ebf3b99878b623757b
parentc5cc5f1aca642525e7e53241f742e93ebbeaa2b6 (diff)
downloadperl-URPM-a41c497e223d3056050086429a336b30c5ea8864.tar
perl-URPM-a41c497e223d3056050086429a336b30c5ea8864.tar.gz
perl-URPM-a41c497e223d3056050086429a336b30c5ea8864.tar.bz2
perl-URPM-a41c497e223d3056050086429a336b30c5ea8864.tar.xz
perl-URPM-a41c497e223d3056050086429a336b30c5ea8864.zip
3.40.13.40.1
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
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);