summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-07 17:39:56 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-07 17:39:56 +0000
commitc9cfd6f4307ddb47aa04c1edd14377ea72b412a7 (patch)
tree2aaeaac756ec6dd6846dca6f4bfe539a0d42f536 /urpm.pm
parent8480b37279e11b9d034bcaf81ee852bd4f09cc36 (diff)
downloadurpmi-c9cfd6f4307ddb47aa04c1edd14377ea72b412a7.tar
urpmi-c9cfd6f4307ddb47aa04c1edd14377ea72b412a7.tar.gz
urpmi-c9cfd6f4307ddb47aa04c1edd14377ea72b412a7.tar.bz2
urpmi-c9cfd6f4307ddb47aa04c1edd14377ea72b412a7.tar.xz
urpmi-c9cfd6f4307ddb47aa04c1edd14377ea72b412a7.zip
4.6.6-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 e5fa284a..1adf1ecd 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.6.5';
+our $VERSION = '4.6.6';
our @ISA = qw(URPM);
use URPM;