Correct $VERSION setting in Raw.pm

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-01-18 09:38:35 -08:00
parent 7d443b5e2e
commit a28f3012d5

View File

@ -36,7 +36,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_conntrack );
our @EXPORT_OK = qw( handle_helper_rule );
our $VERSION = '4.6_10';
our $VERSION = 'MODULEVERSION';
our %valid_ctevent = ( new => 1,
related => 1,