diff options
author | João Victor Duarte Martins <jvictor@mandriva.com> | 2010-11-16 18:01:04 +0000 |
---|---|---|
committer | João Victor Duarte Martins <jvictor@mandriva.com> | 2010-11-16 18:01:04 +0000 |
commit | 4e3cd9489085923fcb20993f62f59632cedb03f3 (patch) | |
tree | 7b614c87b61a30aea5912fe0857b44c2e901d1b3 /URPM.pm | |
parent | 52434391e7f2555003e176332a9f40568c6d6692 (diff) | |
download | perl-URPM-4e3cd9489085923fcb20993f62f59632cedb03f3.tar perl-URPM-4e3cd9489085923fcb20993f62f59632cedb03f3.tar.gz perl-URPM-4e3cd9489085923fcb20993f62f59632cedb03f3.tar.bz2 perl-URPM-4e3cd9489085923fcb20993f62f59632cedb03f3.tar.xz perl-URPM-4e3cd9489085923fcb20993f62f59632cedb03f3.zip |
3.383.38
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.37'; +our $VERSION = '3.38'; URPM->bootstrap($VERSION); |