diff options
-rw-r--r-- | lib/ManaTools/Module/Services.pm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/ManaTools/Module/Services.pm b/lib/ManaTools/Module/Services.pm index 20864c67..700ee285 100644 --- a/lib/ManaTools/Module/Services.pm +++ b/lib/ManaTools/Module/Services.pm @@ -161,14 +161,6 @@ sub _SharedServicesInitialize { } -=head1 VERSION - -Version 1.0.0 - -=cut - -our $VERSION = '1.0.0'; - =head1 METHODS =cut @@ -447,7 +439,7 @@ sub _servicePanel { $translators =~ s/\</\<\;/g; $translators =~ s/\>/\>\;/g; $self->sh_gui->AboutDialog({ name => $self->name, - version => $self->VERSION, + version => $self->Version(), credits => $self->loc->N("Copyright (C) %s Mageia community", '2013-2015'), license => $self->loc->N("GPLv2"), description => $self->loc->N("adminService is the Mageia service and daemon management tool\n |