Update Compiler module version

This commit is contained in:
Tom Eastep 2009-09-08 17:05:01 -07:00
parent 128edd4bba
commit 5fc0137a2e

View File

@ -43,7 +43,7 @@ use Shorewall::Raw;
our @ISA = qw(Exporter);
our @EXPORT = qw( compiler EXPORT TIMESTAMP DEBUG );
our @EXPORT_OK = qw( $export );
our $VERSION = '4.4_1';
our $VERSION = '4.4_2';
our $export;