diff options
Diffstat (limited to 'urpm/cfg.pm')
-rw-r--r-- | urpm/cfg.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/urpm/cfg.pm b/urpm/cfg.pm index 511ad5ee..1493abb5 100644 --- a/urpm/cfg.pm +++ b/urpm/cfg.pm @@ -1,11 +1,13 @@ package urpm::cfg; +# $Id$ + use strict; use warnings; use urpm::util; use urpm::msg 'N'; -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Revision$ =~ /(\d+)/; =head1 NAME |