Update module versions

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-06-19 07:41:26 -07:00
parent 4916610033
commit c264aaae6b
10 changed files with 10 additions and 10 deletions

View File

@ -35,7 +35,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_accounting );
our @EXPORT_OK = qw( );
our $VERSION = '4.4.20';
our $VERSION = '4.4.21';
#
# Per-IP accounting tables. Each entry contains the associated network.

View File

@ -189,7 +189,7 @@ our %EXPORT_TAGS = (
Exporter::export_ok_tags('internal');
our $VERSION = '4.4_20';
our $VERSION = '4.4_21';
#
# Chain Table

View File

@ -41,7 +41,7 @@ use Shorewall::Misc;
our @ISA = qw(Exporter);
our @EXPORT = qw( compiler );
our @EXPORT_OK = qw( $export );
our $VERSION = '4.4_20';
our $VERSION = '4.4_21';
my $export;

View File

@ -146,7 +146,7 @@ our %EXPORT_TAGS = ( internal => [ qw( create_temp_script
Exporter::export_ok_tags('internal');
our $VERSION = '4.4_20';
our $VERSION = '4.4_21';
#
# describe the current command, it's present progressive, and it's completion.

View File

@ -45,7 +45,7 @@ our @EXPORT = qw( process_tos
generate_matrix
);
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.4_20';
our $VERSION = '4.4_21';
my $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_20';
our $VERSION = '4.4_21';
my @addresses_to_add;
my %addresses_to_add;

View File

@ -52,7 +52,7 @@ our @EXPORT = qw(
);
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.4_20';
our $VERSION = '4.4_21';
#
# Globals are documented in the initialize() function
#

View File

@ -40,7 +40,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_tc );
our @EXPORT_OK = qw( process_tc_rule initialize );
our $VERSION = '4.4_20';
our $VERSION = '4.4_21';
my %tcs = ( T => { chain => 'tcpost',
connmark => 0,

View File

@ -35,7 +35,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_tunnels );
our @EXPORT_OK = ( );
our $VERSION = '4.4_18';
our $VERSION = '4.4_21';
#
# Here starts the tunnel stuff -- we really should get rid of this crap...

View File

@ -85,7 +85,7 @@ our @EXPORT = qw( NOTHING
);
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.4_20';
our $VERSION = '4.4_21';
#
# IPSEC Option types