diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-07 16:50:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-07 16:50:07 +0000 |
commit | f600b411177df8fa2747c02d187054a214cbd6a8 (patch) | |
tree | 70a9eaf10e7ff35dbef735b556e95f01b6bd5f62 /URPM.pm | |
parent | 3ab39b26ce27f177ac50f27d7541e683fca23638 (diff) | |
download | perl-URPM-f600b411177df8fa2747c02d187054a214cbd6a8.tar perl-URPM-f600b411177df8fa2747c02d187054a214cbd6a8.tar.gz perl-URPM-f600b411177df8fa2747c02d187054a214cbd6a8.tar.bz2 perl-URPM-f600b411177df8fa2747c02d187054a214cbd6a8.tar.xz perl-URPM-f600b411177df8fa2747c02d187054a214cbd6a8.zip |
3.123.12
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.11'; +our $VERSION = '3.12'; URPM->bootstrap($VERSION); |