Bump version of the Nat module

This commit is contained in:
Tom Eastep 2011-01-28 16:46:36 -08:00
parent f3aedcf805
commit 7421a679ba

View File

@ -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;