diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-05-23 08:24:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-05-23 08:24:12 +0000 |
commit | 47cb6d56109c4034cc46f9df3273f8fef876c31b (patch) | |
tree | 0e7f9ef72ae465ab2f75cc145d05e160bf414969 /URPM.pm | |
parent | ffaa6d703115cc1fcb1f00e2fe2fc5632ca953bc (diff) | |
download | perl-URPM-47cb6d56109c4034cc46f9df3273f8fef876c31b.tar perl-URPM-47cb6d56109c4034cc46f9df3273f8fef876c31b.tar.gz perl-URPM-47cb6d56109c4034cc46f9df3273f8fef876c31b.tar.bz2 perl-URPM-47cb6d56109c4034cc46f9df3273f8fef876c31b.tar.xz perl-URPM-47cb6d56109c4034cc46f9df3273f8fef876c31b.zip |
3.143.14
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.13'; +our $VERSION = '3.14'; URPM->bootstrap($VERSION); |