Belated update to Perl module versions

This commit is contained in:
Tom Eastep 2010-10-30 10:40:49 -07:00
parent 6b7a8e2bda
commit 7bc0d7111e
3 changed files with 3 additions and 3 deletions

View File

@ -182,7 +182,7 @@ our %EXPORT_TAGS = (
Exporter::export_ok_tags('internal'); Exporter::export_ok_tags('internal');
our $VERSION = '4.4_13'; our $VERSION = '4.4_14';
# #
# Chain Table # Chain Table

View File

@ -73,7 +73,7 @@ our @EXPORT = qw( ALLIPv4
validate_icmp6 validate_icmp6
); );
our @EXPORT_OK = qw( ); our @EXPORT_OK = qw( );
our $VERSION = '4.4_12'; our $VERSION = '4.4_14';
# #
# Some IPv4/6 useful stuff # Some IPv4/6 useful stuff

View File

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