diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-13 16:15:14 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-13 16:15:14 +0000 |
commit | d3fce3be5a425fc335e0bc8844c0ac120afe87a4 (patch) | |
tree | 06ce12ec54db9522458a372ddb377a7797463315 /urpm.pm | |
parent | f1c9c559e8696c03bd98db0fff02c4254032f1e6 (diff) | |
download | urpmi-d3fce3be5a425fc335e0bc8844c0ac120afe87a4.tar urpmi-d3fce3be5a425fc335e0bc8844c0ac120afe87a4.tar.gz urpmi-d3fce3be5a425fc335e0bc8844c0ac120afe87a4.tar.bz2 urpmi-d3fce3be5a425fc335e0bc8844c0ac120afe87a4.tar.xz urpmi-d3fce3be5a425fc335e0bc8844c0ac120afe87a4.zip |
5.8.7-1mdk
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.8.6'; +our $VERSION = '4.8.7'; our @ISA = qw(URPM); use URPM; |