From 831611e792e9399b7df9ef78df755ef50c800b51 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 16 Nov 2009 20:24:01 -0800 Subject: [PATCH] Update version of Shorewall::Policy --- Shorewall/Perl/Shorewall/Policy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Policy.pm b/Shorewall/Perl/Shorewall/Policy.pm index e92cc9389..b0273f215 100644 --- a/Shorewall/Perl/Shorewall/Policy.pm +++ b/Shorewall/Perl/Shorewall/Policy.pm @@ -34,7 +34,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( validate_policy apply_policy_rules complete_standard_chain setup_syn_flood_chains save_policies ); our @EXPORT_OK = qw( ); -our $VERSION = '4.4_1'; +our $VERSION = '4.4_4'; # @policy_chains is a list of references to policy chains in the filter table