diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-29 11:11:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-29 11:11:11 +0000 |
commit | a41c497e223d3056050086429a336b30c5ea8864 (patch) | |
tree | 84093349e391dca3ce2502ebf3b99878b623757b | |
parent | c5cc5f1aca642525e7e53241f742e93ebbeaa2b6 (diff) | |
download | perl-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-- | NEWS | 2 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 3.40.1 - 28 June 2012 + - enable to read xz & bzip2 compressed synthesis Version 3.40 - 16 March 2012 @@ -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); |