From 7bc0d7111e981835c140733547b43eaff6f8bffe Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 30 Oct 2010 10:40:49 -0700 Subject: [PATCH] Belated update to Perl module versions --- Shorewall/Perl/Shorewall/Chains.pm | 2 +- Shorewall/Perl/Shorewall/IPAddrs.pm | 2 +- Shorewall/Perl/Shorewall/Tc.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index d338b514e..3712e3ebe 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -182,7 +182,7 @@ our %EXPORT_TAGS = ( Exporter::export_ok_tags('internal'); -our $VERSION = '4.4_13'; +our $VERSION = '4.4_14'; # # Chain Table diff --git a/Shorewall/Perl/Shorewall/IPAddrs.pm b/Shorewall/Perl/Shorewall/IPAddrs.pm index 7c2756bd8..68a3e60a2 100644 --- a/Shorewall/Perl/Shorewall/IPAddrs.pm +++ b/Shorewall/Perl/Shorewall/IPAddrs.pm @@ -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 diff --git a/Shorewall/Perl/Shorewall/Tc.pm b/Shorewall/Perl/Shorewall/Tc.pm index adcf9f172..f0a869f03 100644 --- a/Shorewall/Perl/Shorewall/Tc.pm +++ b/Shorewall/Perl/Shorewall/Tc.pm @@ -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,