Belated update to Perl module versions

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-10-30 10:45:14 -07:00
parent dcf2d633b1
commit 7c4bc900d6
2 changed files with 2 additions and 2 deletions

View File

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

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_13';
our $VERSION = '4.4_14';
our %tcs = ( T => { chain => 'tcpost',
connmark => 0,