Update version of changed Perl modules

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-04-19 10:02:29 -07:00
parent ec8bb8049a
commit 1bcba8bbc7
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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,