summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-16 11:30:00 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-16 11:30:00 +0000
commit020c6e69617a9de1261a42bc25a22dac1fcb88f8 (patch)
treefe69c47d472220353c501b6872975e4617fec7ff /urpm.pm
parent71d669546ab49df08321df594fc40f10e84b843e (diff)
downloadurpmi-020c6e69617a9de1261a42bc25a22dac1fcb88f8.tar
urpmi-020c6e69617a9de1261a42bc25a22dac1fcb88f8.tar.gz
urpmi-020c6e69617a9de1261a42bc25a22dac1fcb88f8.tar.bz2
urpmi-020c6e69617a9de1261a42bc25a22dac1fcb88f8.tar.xz
urpmi-020c6e69617a9de1261a42bc25a22dac1fcb88f8.zip
4.6.17-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 43de422c..bdf01cdc 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.6.16';
+our $VERSION = '4.6.17';
our @ISA = qw(URPM);
use URPM;