aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ManaTools/Module/Firewall.pm10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/ManaTools/Module/Firewall.pm b/lib/ManaTools/Module/Firewall.pm
index 0e409310..a5081a82 100644
--- a/lib/ManaTools/Module/Firewall.pm
+++ b/lib/ManaTools/Module/Firewall.pm
@@ -89,14 +89,6 @@ sub _nameInitializer {
}
-=head1 VERSION
-
-Version 1.0.1
-
-=cut
-
-our $VERSION = '1.0.1';
-
has 'dialog' => (
is => 'rw',
init_arg => undef
@@ -181,7 +173,7 @@ sub _setupAboutDialog {
my $self = shift();
return {
name => "",
- version => $VERSION,
+ version => $self->Version(),
credits => "Copyright (c) 2013-2015 by Matteo Pasotti",
license => "GPLv2",
description => "",