diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-11-19 18:26:58 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-11-19 18:26:58 +0000 |
commit | 8fe25b5d53b02ea6d275dba40f1c52b574211e41 (patch) | |
tree | 0e041c4715dec67b6cbc64288d5af61b8f982592 /URPM.pm | |
parent | 94039713765f022e2f39a3aeb6cbe0f3b987ae84 (diff) | |
download | perl-URPM-8fe25b5d53b02ea6d275dba40f1c52b574211e41.tar perl-URPM-8fe25b5d53b02ea6d275dba40f1c52b574211e41.tar.gz perl-URPM-8fe25b5d53b02ea6d275dba40f1c52b574211e41.tar.bz2 perl-URPM-8fe25b5d53b02ea6d275dba40f1c52b574211e41.tar.xz perl-URPM-8fe25b5d53b02ea6d275dba40f1c52b574211e41.zip |
4.174.17
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 = '4.16'; +our $VERSION = '4.17'; URPM->bootstrap($VERSION); |