From 74aff4f4eff55892f3ea4e57d030920a6f882bb2 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 9 Sep 2009 12:58:39 -0700 Subject: [PATCH] Bump the version in a couple of modules modified for 4.4.2 --- Shorewall/Perl/Shorewall/Actions.pm | 2 +- Shorewall/Perl/Shorewall/Providers.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Actions.pm b/Shorewall/Perl/Shorewall/Actions.pm index 121dd58a9..477a17995 100644 --- a/Shorewall/Perl/Shorewall/Actions.pm +++ b/Shorewall/Perl/Shorewall/Actions.pm @@ -57,7 +57,7 @@ our @EXPORT = qw( merge_levels $macro_commands ); our @EXPORT_OK = qw( initialize ); -our $VERSION = '4.4_1'; +our $VERSION = '4.4_2'; # # Used Actions. Each action that is actually used has an entry with value 1. diff --git a/Shorewall/Perl/Shorewall/Providers.pm b/Shorewall/Perl/Shorewall/Providers.pm index 4b32a20b0..133230824 100644 --- a/Shorewall/Perl/Shorewall/Providers.pm +++ b/Shorewall/Perl/Shorewall/Providers.pm @@ -35,7 +35,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_providers @routemarked_interfaces handle_stickiness handle_optional_interfaces ); our @EXPORT_OK = qw( initialize lookup_provider ); -our $VERSION = '4.4_1'; +our $VERSION = '4.4_2'; use constant { LOCAL_TABLE => 255, MAIN_TABLE => 254,