diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-03-23 15:47:08 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-03-23 15:47:08 +0000 |
commit | f386b1143c4aca6eaf95e7348bb22c8b5521b187 (patch) | |
tree | ce1daaf78cc41c5ffa10ae60ccc0f3326d12fcc4 /URPM.pm | |
parent | cc9bb010925a484ed9b9f12b7fda2a592eb5131a (diff) | |
download | perl-URPM-f386b1143c4aca6eaf95e7348bb22c8b5521b187.tar perl-URPM-f386b1143c4aca6eaf95e7348bb22c8b5521b187.tar.gz perl-URPM-f386b1143c4aca6eaf95e7348bb22c8b5521b187.tar.bz2 perl-URPM-f386b1143c4aca6eaf95e7348bb22c8b5521b187.tar.xz perl-URPM-f386b1143c4aca6eaf95e7348bb22c8b5521b187.zip |
3.343.34
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.33'; +our $VERSION = '3.34'; URPM->bootstrap($VERSION); |