summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-03 17:25:28 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-03 17:25:28 +0000
commitf0bf7ef60c30d8b60c9df21418f3149afc65910d (patch)
treebd6c51527858d8475728f17047aa638029e8fd02 /urpm.pm
parentcf3b45d108de31c2cf78e71e7d625d8e460cd65d (diff)
downloadurpmi-f0bf7ef60c30d8b60c9df21418f3149afc65910d.tar
urpmi-f0bf7ef60c30d8b60c9df21418f3149afc65910d.tar.gz
urpmi-f0bf7ef60c30d8b60c9df21418f3149afc65910d.tar.bz2
urpmi-f0bf7ef60c30d8b60c9df21418f3149afc65910d.tar.xz
urpmi-f0bf7ef60c30d8b60c9df21418f3149afc65910d.zip
4.6.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 3c82d2dd..4e20ed3d 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.6.4';
+our $VERSION = '4.6.5';
our @ISA = qw(URPM);
use URPM;