diff options
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 9e5ee075..7118635e 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -1,5 +1,7 @@ package urpm::args; +# $Id$ + use strict; use warnings; no warnings 'once'; @@ -7,7 +9,7 @@ use Getopt::Long;# 2.33; use urpm::download; use urpm::msg; -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Revision$ =~ /(\d+)/; # The program that invokes us (my $tool = $0) =~ s!.*/!!; |