diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-09 13:24:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-09 13:24:34 +0000 |
commit | 33b8b51022eb2ee76dd6089d18fca2117b310f88 (patch) | |
tree | 5ce8c75809460b3263c2db3c092faef65e9ad285 /URPM.pm | |
parent | f7d3512c626252224149783a696fa30d9257c529 (diff) | |
download | perl-URPM-33b8b51022eb2ee76dd6089d18fca2117b310f88.tar perl-URPM-33b8b51022eb2ee76dd6089d18fca2117b310f88.tar.gz perl-URPM-33b8b51022eb2ee76dd6089d18fca2117b310f88.tar.bz2 perl-URPM-33b8b51022eb2ee76dd6089d18fca2117b310f88.tar.xz perl-URPM-33b8b51022eb2ee76dd6089d18fca2117b310f88.zip |
1.691.69
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.68'; +our $VERSION = '1.69'; URPM->bootstrap($VERSION); |