diff options
-rw-r--r-- | perl-install/standalone.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index b05301b5f..247e65316 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -140,8 +140,8 @@ foreach (@ARGV) { sub version { - print STDERR 'Drakxtools version 9.1.0 -Copyright (C) 1999-2002 MandrakeSoft by <install@mandrakesoft.com> + print STDERR 'Drakxtools version 9.3.0 +Copyright (C) 1999-2003 MandrakeSoft by <install@mandrakesoft.com> ', $::license, "\n"; } |