summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-13 16:15:14 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-13 16:15:14 +0000
commitd3fce3be5a425fc335e0bc8844c0ac120afe87a4 (patch)
tree06ce12ec54db9522458a372ddb377a7797463315 /urpm.pm
parentf1c9c559e8696c03bd98db0fff02c4254032f1e6 (diff)
downloadurpmi-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.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 5a5ec4f5..18c813f6 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -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;