summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/download.pm')
-rw-r--r--urpm/download.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index ace58c44..bea3a3c3 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -1,11 +1,13 @@
package urpm::download;
+# $Id$
+
use strict;
use urpm::msg;
use urpm::cfg;
use Cwd;
-(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
+(our $VERSION) = q$Revision$ =~ /(\d+)/;
#- proxy config file.
our $PROXY_CFG = '/etc/urpmi/proxy.cfg';