From 7421a679ba24f07162b06a475efe8b0d6005f4d3 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 28 Jan 2011 16:46:36 -0800 Subject: [PATCH] Bump version of the Nat module --- Shorewall/Perl/Shorewall/Nat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Nat.pm b/Shorewall/Perl/Shorewall/Nat.pm index 6bacfc0aa..2bb190be3 100644 --- a/Shorewall/Perl/Shorewall/Nat.pm +++ b/Shorewall/Perl/Shorewall/Nat.pm @@ -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_14'; +our $VERSION = '4.4_17'; our @addresses_to_add; our %addresses_to_add;