diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-09 14:58:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-09 14:58:30 +0000 |
commit | 56c19b8782fdc08eae4ce2fa5487211424cdc329 (patch) | |
tree | 16a2fbb95443f97880e5e57b5d4d9dd5f33711d5 /URPM.pm | |
parent | 5681246da10811a2d866671e65ca5b13eb8e9e74 (diff) | |
download | perl-URPM-56c19b8782fdc08eae4ce2fa5487211424cdc329.tar perl-URPM-56c19b8782fdc08eae4ce2fa5487211424cdc329.tar.gz perl-URPM-56c19b8782fdc08eae4ce2fa5487211424cdc329.tar.bz2 perl-URPM-56c19b8782fdc08eae4ce2fa5487211424cdc329.tar.xz perl-URPM-56c19b8782fdc08eae4ce2fa5487211424cdc329.zip |
1.701.70
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 = '1.69'; +our $VERSION = '1.70'; URPM->bootstrap($VERSION); |