From 7c4bc900d6fed7f286873b1c80895d32823c4a0c Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 30 Oct 2010 10:45:14 -0700 Subject: [PATCH] Belated update to Perl module versions Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/IPAddrs.pm | 2 +- Shorewall/Perl/Shorewall/Tc.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,