diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-05-22 11:41:17 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-05-22 11:41:17 +0000 |
commit | e04997f91b81f3e316825d98c494b512354c4f72 (patch) | |
tree | 4b0512e3d4a6db8852a8a7844f56b348a72d0694 /URPM.pm | |
parent | c627ba04cc39ef410ac350acd8ef5c1154a35a09 (diff) | |
download | perl-URPM-e04997f91b81f3e316825d98c494b512354c4f72.tar perl-URPM-e04997f91b81f3e316825d98c494b512354c4f72.tar.gz perl-URPM-e04997f91b81f3e316825d98c494b512354c4f72.tar.bz2 perl-URPM-e04997f91b81f3e316825d98c494b512354c4f72.tar.xz perl-URPM-e04997f91b81f3e316825d98c494b512354c4f72.zip |
1.42V1_42
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.41'; +our $VERSION = '1.42'; URPM->bootstrap($VERSION); |