summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-04-27 07:53:59 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-04-27 07:53:59 +0000
commit9fedab685857ee206edf6728e557d937a657aa87 (patch)
treea3f01f5157e15fc0055d1c75e95717b04e6f956f /urpm.pm
parent8eed39433b4f8ea2e3d959476639b1bfffe0c24d (diff)
downloadurpmi-9fedab685857ee206edf6728e557d937a657aa87.tar
urpmi-9fedab685857ee206edf6728e557d937a657aa87.tar.gz
urpmi-9fedab685857ee206edf6728e557d937a657aa87.tar.bz2
urpmi-9fedab685857ee206edf6728e557d937a657aa87.tar.xz
urpmi-9fedab685857ee206edf6728e557d937a657aa87.zip
4.5-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 fed21b91..aa2b3ec6 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -9,7 +9,7 @@ use urpm::msg;
use urpm::download;
use urpm::util;
-$VERSION = '4.4';
+$VERSION = '4.5';
@ISA = qw(URPM);
use URPM;