diff options
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 9b62d1d8..2a1be88f 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -7,6 +7,8 @@ use Getopt::Long;# 2.33; use urpm::download; use urpm::msg; +(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; + # The program that invokes us (my $tool = $0) =~ s!.*/!!; |