From 1bcba8bbc7c8a9738860f9b8faa256edb2a665ff Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 19 Apr 2011 10:02:29 -0700 Subject: [PATCH] Update version of changed Perl modules Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Misc.pm | 2 +- Shorewall/Perl/Shorewall/Nat.pm | 2 +- Shorewall/Perl/Shorewall/Providers.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Misc.pm b/Shorewall/Perl/Shorewall/Misc.pm index 8bd3f2cdb..895f520c5 100644 --- a/Shorewall/Perl/Shorewall/Misc.pm +++ b/Shorewall/Perl/Shorewall/Misc.pm @@ -45,7 +45,7 @@ our @EXPORT = qw( process_tos generate_matrix ); our @EXPORT_OK = qw( initialize ); -our $VERSION = '4.4_19'; +our $VERSION = '4.4_20'; our $family; diff --git a/Shorewall/Perl/Shorewall/Nat.pm b/Shorewall/Perl/Shorewall/Nat.pm index ce1456313..9ea20becb 100644 --- a/Shorewall/Perl/Shorewall/Nat.pm +++ b/Shorewall/Perl/Shorewall/Nat.pm @@ -36,7 +36,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_masq setup_nat setup_netmap add_addresses ); our @EXPORT_OK = (); -our $VERSION = '4.4_17'; +our $VERSION = '4.4_20'; our @addresses_to_add; our %addresses_to_add; diff --git a/Shorewall/Perl/Shorewall/Providers.pm b/Shorewall/Perl/Shorewall/Providers.pm index 759c5f7bb..507e9ae0e 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_16'; +our $VERSION = '4.4_20'; use constant { LOCAL_TABLE => 255, MAIN_TABLE => 254,