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, 2 insertions, 2 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index 494ca9a3..d7cb908c 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -1,6 +1,6 @@
package urpm::download;
-# $Id$
+# $Id: download.pm 271299 2010-11-21 15:54:30Z peroyvind $
use strict;
use urpm::msg;
@@ -16,7 +16,7 @@ our @EXPORT = qw(get_proxy
set_proxy_config dump_proxy_config
);
-(our $VERSION) = q($Revision$) =~ /(\d+)/;
+(our $VERSION) = q($Revision: 271299 $) =~ /(\d+)/;
#- proxy config file.
our $PROXY_CFG = '/etc/urpmi/proxy.cfg';