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 /URPM.pm | |
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
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |