diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-20 15:08:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-20 15:08:03 +0000 |
commit | 1273ceda9a7ba3b7c30273e2e0256b1f9c6b0203 (patch) | |
tree | ab2bc8246ffdf9ce0638e696cfc3648cde00d150 /URPM.pm | |
parent | 704e57da612feb3f9085f43dbdca1f6f6e7bcf2b (diff) | |
download | perl-URPM-1273ceda9a7ba3b7c30273e2e0256b1f9c6b0203.tar perl-URPM-1273ceda9a7ba3b7c30273e2e0256b1f9c6b0203.tar.gz perl-URPM-1273ceda9a7ba3b7c30273e2e0256b1f9c6b0203.tar.bz2 perl-URPM-1273ceda9a7ba3b7c30273e2e0256b1f9c6b0203.tar.xz perl-URPM-1273ceda9a7ba3b7c30273e2e0256b1f9c6b0203.zip |
2.032.03
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 = '2.02'; +our $VERSION = '2.03'; URPM->bootstrap($VERSION); |