diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-04 13:06:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-04 13:06:24 +0000 |
commit | 370b1cfed34f5169a0e16075be6d38f87f92a944 (patch) | |
tree | 7f90890539617160cc89a85389672160c486a25c /URPM.pm | |
parent | ed5e1c36e3fef5c2aea65a8d8438fce55562c625 (diff) | |
download | perl-URPM-3.17.tar perl-URPM-3.17.tar.gz perl-URPM-3.17.tar.bz2 perl-URPM-3.17.tar.xz perl-URPM-3.17.zip |
3.173.17
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.16'; +our $VERSION = '3.17'; URPM->bootstrap($VERSION); |