summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index e1c12dc3..8e544659 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -1,6 +1,6 @@
package urpm::args;
-# $Id$
+# $Id: args.pm 271299 2010-11-21 15:54:30Z peroyvind $
use strict;
use warnings;
@@ -14,7 +14,7 @@ use Exporter;
our @ISA = 'Exporter';
our @EXPORT = '%options';
-(our $VERSION) = q($Revision$) =~ /(\d+)/;
+(our $VERSION) = q($Revision: 271299 $) =~ /(\d+)/;
# The program that invokes us
(my $tool = $0) =~ s!.*/!!;