summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-06-10 00:09:00 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-06-10 00:09:00 +0000
commitf9e31f967d253a63665e1e033b06e9924cb3d5f2 (patch)
tree9a2f0c8ac470166966f295bcb11a5e57311e1ecd /urpm.pm
parentdab7d3062c14f5829719f8b4b2a8384467e49363 (diff)
downloadurpmi-f9e31f967d253a63665e1e033b06e9924cb3d5f2.tar
urpmi-f9e31f967d253a63665e1e033b06e9924cb3d5f2.tar.gz
urpmi-f9e31f967d253a63665e1e033b06e9924cb3d5f2.tar.bz2
urpmi-f9e31f967d253a63665e1e033b06e9924cb3d5f2.tar.xz
urpmi-f9e31f967d253a63665e1e033b06e9924cb3d5f2.zip
4.7.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 1cc9aa16..7076223b 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.7.5';
+our $VERSION = '4.7.6';
our @ISA = qw(URPM);
use URPM;