summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-08-19 15:45:38 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-08-19 15:45:38 +0000
commit295e4b5cbb2b4b986e335ccdb766ea834566b1fc (patch)
treef11071ec9758d6a8d108788676751d2d94da73d2 /urpm.pm
parentc939ac2320cc5bb6981c82dd6df3afa2d369cfcc (diff)
downloadurpmi-295e4b5cbb2b4b986e335ccdb766ea834566b1fc.tar
urpmi-295e4b5cbb2b4b986e335ccdb766ea834566b1fc.tar.gz
urpmi-295e4b5cbb2b4b986e335ccdb766ea834566b1fc.tar.bz2
urpmi-295e4b5cbb2b4b986e335ccdb766ea834566b1fc.tar.xz
urpmi-295e4b5cbb2b4b986e335ccdb766ea834566b1fc.zip
4.7.11-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 7d8dcfa4..c3a7458a 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.7.10';
+our $VERSION = '4.7.11';
our @ISA = qw(URPM);
use URPM;