diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-04-23 15:40:06 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-04-23 15:40:06 +0000 |
commit | 31cce1ad2928336845a52a57fe1c87ba8c49067b (patch) | |
tree | c191e103c9fe176469893159ad14b116dcc31453 /URPM.pm | |
parent | 8285908fc9382cd8964a3a73341bff5058921fd9 (diff) | |
download | perl-URPM-31cce1ad2928336845a52a57fe1c87ba8c49067b.tar perl-URPM-31cce1ad2928336845a52a57fe1c87ba8c49067b.tar.gz perl-URPM-31cce1ad2928336845a52a57fe1c87ba8c49067b.tar.bz2 perl-URPM-31cce1ad2928336845a52a57fe1c87ba8c49067b.tar.xz perl-URPM-31cce1ad2928336845a52a57fe1c87ba8c49067b.zip |
3.353.35
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 = '3.34.1'; +our $VERSION = '3.35'; URPM->bootstrap($VERSION); |