Correct Perl module versions

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-04-11 15:05:18 -07:00
parent 68fe7c733e
commit 73754521b1
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ use Shorewall::Misc;
our @ISA = qw(Exporter);
our @EXPORT = qw( compiler );
our @EXPORT_OK = qw( $export );
our $VERSION = '4.4_18';
our $VERSION = '4.4_19';
our $export;

View File

@ -35,7 +35,7 @@ our @EXPORT = qw(
);
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.4_16';
our $VERSION = '4.4_19';
our @proxyarp;

View File

@ -52,7 +52,7 @@ our @EXPORT = qw(
);
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.4_18';
our $VERSION = '4.4_19';
#
# Globals are documented in the initialize() function
#