summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-12-23 10:32:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-12-23 10:32:21 +0000
commit7f092c50c1204ea4b7d39a90ebedf785aedfc2eb (patch)
tree3fa76970eedca46e62bea69c07465f8bd38392a4 /urpm.pm
parenta4a7f26b7f53c3cac0c0ee75751fc97c2e2fb931 (diff)
downloadurpmi-7f092c50c1204ea4b7d39a90ebedf785aedfc2eb.tar
urpmi-7f092c50c1204ea4b7d39a90ebedf785aedfc2eb.tar.gz
urpmi-7f092c50c1204ea4b7d39a90ebedf785aedfc2eb.tar.bz2
urpmi-7f092c50c1204ea4b7d39a90ebedf785aedfc2eb.tar.xz
urpmi-7f092c50c1204ea4b7d39a90ebedf785aedfc2eb.zip
4.8.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 d0a3a130..9810bde0 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.8.4';
+our $VERSION = '4.8.5';
our @ISA = qw(URPM);
use URPM;