summaryrefslogtreecommitdiffstats
path: root/urpm/msg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/msg.pm')
-rw-r--r--urpm/msg.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/urpm/msg.pm b/urpm/msg.pm
index be0c1838..8a1f1fb0 100644
--- a/urpm/msg.pm
+++ b/urpm/msg.pm
@@ -1,6 +1,6 @@
package urpm::msg;
-# $Id$
+# $Id: msg.pm 271299 2010-11-21 15:54:30Z peroyvind $
use strict;
no warnings;
@@ -13,7 +13,7 @@ BEGIN {
eval "use open ':locale'" if $encoding && $encoding ne 'ANSI_X3.4-1968';
}
-(our $VERSION) = q($Revision$) =~ /(\d+)/;
+(our $VERSION) = q($Revision: 271299 $) =~ /(\d+)/;
our @ISA = 'Exporter';
our @EXPORT = qw(N N_ P translate bug_log message_input message_input_ toMb formatXiB sys_log);