diff options
Diffstat (limited to 'dumpdistribconf')
-rwxr-xr-x | dumpdistribconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpdistribconf b/dumpdistribconf index c462606..d05bb27 100755 --- a/dumpdistribconf +++ b/dumpdistribconf @@ -1,6 +1,6 @@ #!/usr/bin/perl -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Id: dumpdistribconf 12157 2005-11-15 11:22:04Z rgarciasuarez $ =~ /(\d+\.\d+)/; use strict; use Getopt::Long; |