summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-17 16:17:07 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-17 16:17:07 +0000
commitf24b281ff181068a794f3545833ea452ea0ba2a7 (patch)
treeb341177cac9e35a2289e8248bad76bf2d719da17 /urpm.pm
parent7afeb8dd3f34d8c1d4d1cb36a424bc3d13bc9766 (diff)
downloadurpmi-f24b281ff181068a794f3545833ea452ea0ba2a7.tar
urpmi-f24b281ff181068a794f3545833ea452ea0ba2a7.tar.gz
urpmi-f24b281ff181068a794f3545833ea452ea0ba2a7.tar.bz2
urpmi-f24b281ff181068a794f3545833ea452ea0ba2a7.tar.xz
urpmi-f24b281ff181068a794f3545833ea452ea0ba2a7.zip
4.6.18-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 29f83931..55bdd07a 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.6.17';
+our $VERSION = '4.6.18';
our @ISA = qw(URPM);
use URPM;