diff options
author | Olivier Blin <blino@mageia.org> | 2012-01-15 03:15:39 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2012-01-15 03:15:39 +0000 |
commit | 33e07db6054142e47a3fc42be739825476256347 (patch) | |
tree | 714aad58d5eb275febf3b326e59a6274bf86a11b /URPM.pm | |
parent | 1e90ec2852b9d0370efb7a9af8d215900848a038 (diff) | |
download | perl-URPM-33e07db6054142e47a3fc42be739825476256347.tar perl-URPM-33e07db6054142e47a3fc42be739825476256347.tar.gz perl-URPM-33e07db6054142e47a3fc42be739825476256347.tar.bz2 perl-URPM-33e07db6054142e47a3fc42be739825476256347.tar.xz perl-URPM-33e07db6054142e47a3fc42be739825476256347.zip |
3.38.63.38.6
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.38.5'; +our $VERSION = '3.38.6'; URPM->bootstrap($VERSION); |